Click or drag to resize

RemoteExecutionFacadeWaitForCommand Method

Waits for the next command which is received remotely. Blocks until a command arrives.

Namespace:  Mastersign.Bench.RemoteExecHost
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static RemoteCommand WaitForCommand()

Return Value

Type: RemoteCommand
A remote command object.
See Also