DistributedSystemIsConnected Property |
The current connection status of this client to the DistributedSystem.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static bool IsConnected { get; }
Public Shared ReadOnly Property IsConnected As Boolean
Get
public:
static property bool IsConnected {
bool get ();
}
static member IsConnected : bool with get
Return Value
Type:
Booleantrue if connected, false otherwise
See Also