uaPLUS Reference
handle Field
See Also  Send Feedback
NSPlugin Namespace > ServerInstanceInfo Class : handle Field

Glossary Item Box

Generic server internal handle for the instance. For UA server it's the session ID.
This handle is used in some NSPlugin interface methods to identify the DA server instance / UA server session. The NSPlugin code may implement client application dependent handling.

Syntax

Visual Basic (Declaration) 
<MarshalAsAttribute(UnmanagedType.Bool Or  _
    UnmanagedType.I1 Or  _
    UnmanagedType.U1 Or  _
    UnmanagedType.I2 Or  _
    UnmanagedType.U2 Or  _
    UnmanagedType.I4)>
Public handle As Integer
C# 
[MarshalAsAttribute(UnmanagedType.Bool | 
    UnmanagedType.I1 | 
    UnmanagedType.U1 | 
    UnmanagedType.I2 | 
    UnmanagedType.U2 | 
    UnmanagedType.I4)]
public int handle

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.