Click or drag to resize

IRemoteExecHostExecute Method

Requests the execution of a program.

Namespace:  Mastersign.Bench.RemoteExecHost
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
ExecutionResult Execute(
	ExecutionRequest requ
)

Parameters

requ
Type: Mastersign.Bench.RemoteExecHostExecutionRequest
The request parameter.

Return Value

Type: ExecutionResult
The execution result.
See Also