 | PubSubBrokerIsRunning Property |
True if the broker is running
Namespace: SanteDB.Core.PubSub.BrokerAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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
See Also