XDASrv Reference Manual
ServerInstanceInfo Class
Members  See Also  Send Feedback
NSPlugin Namespace : ServerInstanceInfo Class




Information from the generic server about the current server instances. There is an instance for each client connection. The application may use this information to give some clients special access rights or restrict the access for some clients. E.g. deny write access or read/write access to certain items. Since the always available user account information may be the same for all clients, the client application neeed to set define a name using the SetClientName OPC function.

Object Model

ServerInstanceInfo Class

Syntax

Visual Basic (Declaration) 
Public Class ServerInstanceInfo 
Visual Basic (Usage)Copy Code
Dim instance As ServerInstanceInfo
C# 
public class ServerInstanceInfo 
Managed Extensions for C++ 
public __gc class ServerInstanceInfo 
C++/CLI 
public ref class ServerInstanceInfo 

Inheritance Hierarchy

System.Object
   NSPlugin.ServerInstanceInfo

Requirements

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

See Also

Copyright © 2002-2011 Advosol Inc. All Rights Reserved.