uaPLUS Reference
onSetState Method
See Also  Send Feedback
NSPlugin Namespace > EventSubscription Class : onSetState Method

active
activeDefined
_bufferTime
bufferTimeDefined
_maxSize
maxSizeDefined
_clientSubscription
revisedBufferTime
revisedMaxSize

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Function onSetState( _
   ByVal active As Boolean, _
   ByVal activeDefined As Boolean, _
   ByVal _bufferTime As Integer, _
   ByVal bufferTimeDefined As Boolean, _
   ByVal _maxSize As Integer, _
   ByVal maxSizeDefined As Boolean, _
   ByVal _clientSubscription As Integer, _
   ByRef revisedBufferTime As Integer, _
   ByRef revisedMaxSize As Integer _
) As Integer
C# 
public virtual int onSetState( 
   bool active,
   bool activeDefined,
   int _bufferTime,
   bool bufferTimeDefined,
   int _maxSize,
   bool maxSizeDefined,
   int _clientSubscription,
   out int revisedBufferTime,
   out int revisedMaxSize
)

Parameters

active
activeDefined
_bufferTime
bufferTimeDefined
_maxSize
maxSizeDefined
_clientSubscription
revisedBufferTime
revisedMaxSize

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.