 | MemoryCacheServiceIsRunning Property |
True when the memory cache is running
Namespace:
SanteDB.Caching.Memory
Assembly:
SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 2.2.1
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
Type:
BooleanImplements
IDaemonServiceIsRunning
See Also