Click or drag to resize

RemoteExecutionRequest Class

A class to represent a remotely requested process execution .
Inheritance Hierarchy
SystemObject
  Mastersign.Bench.RemoteExecHostRemoteCommand
    Mastersign.Bench.RemoteExecHostRemoteExecutionRequest

Namespace:  Mastersign.Bench.RemoteExecHost
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class RemoteExecutionRequest : RemoteCommand

The RemoteExecutionRequest type exposes the following members.

Constructors
  NameDescription
Public methodRemoteExecutionRequest
Initializes a new instance of RemoteExecutionRequest.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNotifyResult
Public methodToString (Inherited from Object.)
Public methodWaitForResult
Gets the result of the execution. Blocks until the result was notified with NotifyResult(ExecutionResult).
Top
Fields
  NameDescription
Public fieldParameter
The parameter describing the execution.
Public fieldType
The type of this command.
(Inherited from RemoteCommand.)
Top
See Also