Click or drag to resize

PingRequestWaitForResult Method

Gets the response message. Blocks until the response was notified with NotifyResult(String).

Namespace:  Mastersign.Bench.RemoteExecHost
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public string WaitForResult()

Return Value

Type: String
The notified message.
See Also