Enum ConnectivityStatus
Cache connectivity status contains the connectivity status of the cache nodes.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum ConnectivityStatus
Fields
Name | Description |
---|---|
CacheStoped | . If the cache node is stop then Connectivity status will be set to CacheStoped. |
FullyConnected | If the cache is fully connected then connectivity status is FullyConnected. |
PartialConnected | If the C=cache is partially connected then connectivity status is PartialConnected. |
Running | If the cache node is running then connectivity status will be set to Running. |