RemoteExecutionRequest Class |
Namespace: Mastersign.Bench.RemoteExecHost
The RemoteExecutionRequest type exposes the following members.
Name | Description | |
---|---|---|
RemoteExecutionRequest |
Initializes a new instance of RemoteExecutionRequest.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
NotifyResult |
Hands the results of the execution to who ever calls WaitForResult.
| |
ToString | (Inherited from Object.) | |
WaitForResult |
Gets the result of the execution.
Blocks until the result was notified with NotifyResult(ExecutionResult).
|
Name | Description | |
---|---|---|
Parameter |
The parameter describing the execution.
| |
Type |
The type of this command.
(Inherited from RemoteCommand.) |