uaPLUS Reference
DlgCreateEventSubscription Delegate
See Also  Send Feedback
NSPlugin Namespace : DlgCreateEventSubscription Delegate

active
bufferTime
maxSize
clientSubscription
revisedBufferTime
revisedMaxSize
evs

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Delegate Function DlgCreateEventSubscription( _
   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 delegate int DlgCreateEventSubscription( 
   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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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