Click or drag to resize

IRemoteExecHost Interface

The interface for a remote execution host.

Namespace:  Mastersign.Bench.RemoteExecHost
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public interface IRemoteExecHost

The IRemoteExecHost type exposes the following members.

Methods
  NameDescription
Public methodExecute
Requests the execution of a program.
Public methodPing
Does nothing but checking the communication roundtrip.
Public methodReload
Requests the execution host to reload the Bench configuration.
Public methodShutdown
Requests the execution host to shut down.
Top
See Also