Mastersign.Bench.RemoteExecHost Namespace |
Class | Description | |
---|---|---|
ExecutionRequest |
A serializable execution request for remote execution hosts.
| |
ExecutionResult |
A serializable execution result for remote execution hosts.
| |
PingRequest |
A class to represent a remotely requested test message.
| |
RemoteCommand |
A class to represent a remotely requested command.
| |
RemoteExecHostClient |
A client to communicate via IPC with a remote execution host.
| |
RemoteExecHostServer |
A server to host a remote execution host via IPC.
The command requests are queued and served statically in RemoteExecutionFacade.
| |
RemoteExecutionFacade |
This class provides statically the queued remote commands and
dynamically serves as the SingleCall remote object
for IRemoteExecHost.
| |
RemoteExecutionRequest |
A class to represent a remotely requested process execution .
|
Interface | Description | |
---|---|---|
IRemoteExecHost |
The interface for a remote execution host.
|
Enumeration | Description | |
---|---|---|
RemoteCommandType |
The different remote command types.
|