Click or drag to resize

LogicalChannelsExecute Method

Overload List
  NameDescription
Public methodStatic memberExecuteT(ChannelExecutorT)
Allocates a logical channel from the default channel pool and executes the supplied channel executor. The logical channel is returned to the pool when the executor completes execution, either successfully or by throwing an exception.
Public methodStatic memberExecuteT(String, ChannelExecutorT)
Allocates a logical channel from the default channel pool and executes the supplied channel executor. The logical channel is returned to the pool when the executor completes execution, either successfully or by throwing an exception.
Top
See Also