Click or drag to resize

PingRequest Class

A class to represent a remotely requested test message.
Inheritance Hierarchy

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

The PingRequest type exposes the following members.

Constructors
  NameDescription
Public methodPingRequest
Initializes a new instance of PingRequest.
Top
Methods
  NameDescription
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 methodNotifyResult
Public methodToString (Inherited from Object.)
Public methodWaitForResult
Gets the response message. Blocks until the response was notified with NotifyResult(String).
Top
Fields
  NameDescription
Public fieldType
The type of this command.
(Inherited from RemoteCommand.)
Top
See Also