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

_active
_bufferTime
_maxSize
_clientSubscription

Glossary Item Box

Get the current state of the subscription. Client passes pointers to where information is to be saved.
This function is typically called to obtain the current values of this information prior to calling SetState. This information was all supplied by the client when the subscription was created. This function is also useful for debugging.

Syntax

Visual Basic (Declaration) 
Public Function GetState( _
   ByRef _active As Boolean, _
   ByRef _bufferTime As Integer, _
   ByRef _maxSize As Integer, _
   ByRef _clientSubscription As Integer _
) As Integer
C# 
public int GetState( 
   out bool _active,
   out int _bufferTime,
   out int _maxSize,
   out int _clientSubscription
)

Parameters

_active
_bufferTime
_maxSize
_clientSubscription

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.