Click or drag to resize

ChannelExecutorT Delegate

Represents a method called when a LogicalChannel is requested.

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
)

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
ExceptionCondition
ArgumentNullExceptionchannel is null.
See Also