The current connection status of this client to the DistributedSystem.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public static bool IsConnected{ get;} |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property IsConnected As Boolean |
| Visual C++ |
|---|
public: static property bool IsConnected { bool get (); } |
Return Value
true if connected, false otherwise
See Also
DistributedSystem Class
GemStone.GemFire.Cache Namespace