| AgsServiceIsRunning Property |
Determine whether the service is fully operational
Namespace:
SanteDB.DisconnectedClient.Ags
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.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