Click or drag to resize

RemoteCommandType Enumeration

The different remote command types.

Namespace:  Mastersign.Bench.RemoteExecHost
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public enum RemoteCommandType
Members
  Member nameValueDescription
Ping0 A check request to test the communication (Ping).
Execution1 A process execution request (Execute(ExecutionRequest)).
Reload2 A request to reload the Bench configuration (Reload).
Shutdown3 A request to shutdown the remote execution host (Shutdown).
See Also