Click or drag to resize

RemoteExecutionFacade Class

This class provides statically the queued remote commands and dynamically serves as the SingleCall remote object for IRemoteExecHost.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Mastersign.Bench.RemoteExecHostRemoteExecutionFacade

Namespace:  Mastersign.Bench.RemoteExecHost
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class RemoteExecutionFacade : MarshalByRefObject, 
	IRemoteExecHost

The RemoteExecutionFacade type exposes the following members.

Constructors
  NameDescription
Public methodRemoteExecutionFacade
Initializes a new instance of the RemoteExecutionFacade class
Top
Methods
  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodExecute
Requests the execution of a program.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
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.
Public methodToString (Inherited from Object.)
Public methodStatic memberWaitForCommand
Waits for the next command which is received remotely. Blocks until a command arrives.
Top
See Also