DANSrvAE Reference
onCreateEventSubscription Method
See Also  Send comments on this topic.
NSPlugin Assembly > 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

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

© 2004-2017 Advosol Inc. All Rights Reserved.