| TaskResultHandlerT Delegate |
Represents a method called when a request 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 TaskResultHandler<T>(
TaskResultEvent<T> args
)
Public Delegate Sub TaskResultHandler(Of T) (
args As TaskResultEvent(Of T)
)
Parameters
- args
- Type: OBCOM.NetSwitchLib.ServersTaskResultEventT
The arguments of the request handler.
Type Parameters
- T
-
The type of the value returned by the task.
Exceptions See Also