| 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
Public Enumeration RemoteCommandType
Members
| Member name | Value | Description |
---|
| Ping | 0 |
A check request to test the communication (Ping).
|
| Execution | 1 |
A process execution request (Execute(ExecutionRequest)).
|
| Reload | 2 |
A request to reload the Bench configuration (Reload).
|
| Shutdown | 3 |
A request to shutdown the remote execution host (Shutdown).
|
See Also