Click or drag to resize

PendingReply Class

Pending reply that can be received and dispatched by any server channel.
Inheritance Hierarchy
SystemObject
  OBCOM.NetSwitchLib.ServersPendingReply

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public sealed class PendingReply

The PendingReply type exposes the following members.

Properties
  NameDescription
Public propertyReplyKey
Gets the reply key of this pending reply.
Public propertyReplyPath
Gets the reply path of this pending reply.
Public propertyServerChannel
Gets the server channel of this pending reply.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsStale
Returns true if this pending reply is stale.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also