| ApplicationContextIsRunning Property |
Returns true if service is running
Namespace:
SanteDB.DisconnectedClient
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
IApplicationServiceContextIsRunningSee Also