| SynchronizedAuditDispatchServiceIsRunning Property |
True if the service is running
Namespace:
SanteDB.DisconnectedClient.Security.Audit
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public 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
IDaemonServiceIsRunningSee Also