PicoOPC User's Guide and Reference
IsConnected Property



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace > Client Class : IsConnected Property
Determines whether the client object is currently connected to the server.
Syntax
'Declaration
 
Public ReadOnly Property IsConnected As Boolean
'Usage
 
Dim instance As Client
Dim value As Boolean
 
instance.IsConnected = value
 
value = instance.IsConnected
public bool IsConnected {get;}
public:
property bool IsConnected {
   bool get();
}
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

Reference

Client Class
Client Members