Click or drag to resize

RemoteExecutionRequest Constructor

Initializes a new instance of RemoteExecutionRequest.

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

Parameters

parameter
Type: Mastersign.Bench.RemoteExecHostExecutionRequest
The parameter describing the execution.
See Also