| ChannelExecutorT Delegate |
Namespace:
OBCOM.NetSwitchLib.Clients
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public delegate T ChannelExecutor<T>(
LogicalChannel channel
)
Public Delegate Function ChannelExecutor(Of T) (
channel As LogicalChannel
) As T
Parameters
- channel
- Type: OBCOM.NetSwitchLib.ClientsLogicalChannel
The supplied LogicalChannel for execution.
Type Parameters
- T
-
The type of the value returned by this executor.
Return Value
Type:
T
The result returned by this executor (can be
null).
Exceptions See Also