| 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()
Public Shared Function WaitForCommand As RemoteCommand
Return Value
Type:
RemoteCommandA remote command object.
See Also