Click or drag to resize

RemoteExecHostClient Class

A client to communicate via IPC with a remote execution host.
Inheritance Hierarchy
SystemObject
  Mastersign.Bench.RemoteExecHostRemoteExecHostClient

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

The RemoteExecHostClient type exposes the following members.

Constructors
  NameDescription
Public methodRemoteExecHostClient
Initialize a new instance of RemoteExecHostClient.
Top
Properties
  NameDescription
Public propertyExecHost
The IRemoteExecHost proxy object to communicate with the server.
Public propertyIsDisposed
Checks if this instance is already disposed.
Top
Methods
  NameDescription
Public methodDispose
Disposes this instance.
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