Click or drag to resize

RemoteExecHostServer Class

A server to host a remote execution host via IPC. The command requests are queued and served statically in RemoteExecutionFacade.
Inheritance Hierarchy
SystemObject
  Mastersign.Bench.RemoteExecHostRemoteExecHostServer

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

The RemoteExecHostServer type exposes the following members.

Constructors
  NameDescription
Public methodRemoteExecHostServer
Initializes a new instance of RemoteExecHostServer.
Top
Properties
  NameDescription
Public propertyIsDisposed
Checks if this instance is already disposed.
Top
Methods
  NameDescription
Public methodDispose
Shuts down the IPC server.
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 methodToString (Inherited from Object.)
Top
See Also