| RestServiceIsRunning Property |
Get whether the service is running
Namespace:
RestSrvr
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public bool IsRunning { get; }
Public ReadOnly Property IsRunning As Boolean
Get
public:
property bool IsRunning {
bool get ();
}
member IsRunning : bool with get
Property Value
Type:
BooleanSee Also