[This is preliminary documentation and is subject to change.]
Ensures that application and binding runtime are running or throws otherwise
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public void CheckRunningState(
bool client = true
)
public void CheckRunningState(
bool client = true
)
Public Sub CheckRunningState (
Optional client As Boolean = true
)
Public Sub CheckRunningState (
Optional client As Boolean = true
)
public:
void CheckRunningState(
bool client = true
)
public:
void CheckRunningState(
bool client = true
)
member CheckRunningState :
?client : bool
(* Defaults:
let _client = defaultArg client true
*)
-> unit
member CheckRunningState :
?client : bool
(* Defaults:
let _client = defaultArg client true
*)
-> unit