Click or drag to resize

Mastersign.Bench.RemoteExecHost Namespace

 
Classes
  ClassDescription
Public classExecutionRequest
A serializable execution request for remote execution hosts.
Public classExecutionResult
A serializable execution result for remote execution hosts.
Public classPingRequest
A class to represent a remotely requested test message.
Public classRemoteCommand
A class to represent a remotely requested command.
Public classRemoteExecHostClient
A client to communicate via IPC with a remote execution host.
Public classRemoteExecHostServer
A server to host a remote execution host via IPC. The command requests are queued and served statically in RemoteExecutionFacade.
Public classRemoteExecutionFacade
This class provides statically the queued remote commands and dynamically serves as the SingleCall remote object for IRemoteExecHost.
Public classRemoteExecutionRequest
A class to represent a remotely requested process execution .
Interfaces
  InterfaceDescription
Public interfaceIRemoteExecHost
The interface for a remote execution host.
Enumerations
  EnumerationDescription
Public enumerationRemoteCommandType
The different remote command types.