| ReplyHandler Delegate |
Represents a method called when a reply message is received.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public delegate void ReplyHandler(
ReplyEvent args
)
Public Delegate Sub ReplyHandler (
args As ReplyEvent
)
Parameters
- args
- Type: OBCOM.NetSwitchLib.ServersReplyEvent
The arguments of the reply handler.
Exceptions See Also