Click or drag to resize

RemoteExecutionRequestWaitForResult Method

Gets the result of the execution. Blocks until the result was notified with NotifyResult(ExecutionResult).

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

Return Value

Type: ExecutionResult
See Also