Click or drag to resize

UnexpectedReplyEventArgs Class

Provides event data when calling an UnexpectedReplyEventHandler.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    OBCOM.NetSwitchLib.ClientsUnexpectedReplyEventArgs

Namespace:  OBCOM.NetSwitchLib.Clients
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public sealed class UnexpectedReplyEventArgs : EventArgs

The UnexpectedReplyEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyMessage
Gets the message of this event.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also