uaPLUS Reference
onCreateEventSubscription Method
See Also  Send Feedback
NSPlugin Namespace > AlarmEventServer Class : onCreateEventSubscription Method

active
bufferTime
maxSize
clientSubscription
revisedBufferTime
revisedMaxSize
evs

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Function onCreateEventSubscription( _
   ByVal active As Boolean, _
   ByVal bufferTime As Integer, _
   ByVal maxSize As Integer, _
   ByVal clientSubscription As Integer, _
   ByRef revisedBufferTime As Integer, _
   ByRef revisedMaxSize As Integer, _
   ByRef evs As EventSubscription _
) As Integer
C# 
public virtual int onCreateEventSubscription( 
   bool active,
   int bufferTime,
   int maxSize,
   int clientSubscription,
   out int revisedBufferTime,
   out int revisedMaxSize,
   out EventSubscription evs
)

Parameters

active
bufferTime
maxSize
clientSubscription
revisedBufferTime
revisedMaxSize
evs

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.