 | RedisAdhocCacheIsRunning Property |
Indicates whether the daemon service is running
Namespace: SanteDB.Caching.RedisAssembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntaxpublic bool IsRunning { get; }Public ReadOnly Property IsRunning As Boolean
Get
public:
virtual property bool IsRunning {
bool get () sealed;
}abstract IsRunning : bool with get
override IsRunning : bool with get
Property Value
BooleanImplements
IDaemonServiceIsRunning
RemarksImplementers should evaluate whether the service is in a running state (i.e. are the connections still valid, etc.) and return
true if the service is deemed to be in a running and available state
See Also