| UnexpectedReplyEventHandler Delegate |
Represents a method called when an unexpected reply message is received.
Namespace:
OBCOM.NetSwitchLib.Clients
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public delegate void UnexpectedReplyEventHandler(
Object sender,
UnexpectedReplyEventArgs args
)
Public Delegate Sub UnexpectedReplyEventHandler (
sender As Object,
args As UnexpectedReplyEventArgs
)
Parameters
- sender
- Type: SystemObject
The source of the event.
- args
- Type: OBCOM.NetSwitchLib.ClientsUnexpectedReplyEventArgs
The data of the event.
Exceptions See Also