| RequestErrorHandler Delegate |
Represents a method called when a request error occurs.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public delegate void RequestErrorHandler(
RequestErrorEvent args
)
Public Delegate Sub RequestErrorHandler (
args As RequestErrorEvent
)
Parameters
- args
- Type: OBCOM.NetSwitchLib.ServersRequestErrorEvent
The arguments of the request error handler.
Exceptions See Also