Gets a value indicating whether this GatewayConnection is connected to a Gateway daemon.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool IsOpen { get; } |
Visual Basic |
---|
Public ReadOnly Property IsOpen As Boolean Get |
Visual C++ |
---|
public: property bool IsOpen { bool get (); } |