Click or drag to resize

ChannelClientDispatchAsync Method

Overload List
  NameDescription
Public methodDispatchAsync(String)
Dispatches a call on the registered topic to the ChannelProvider.
Public methodDispatchAsyncTResult(String)
Dispatches a call that returns a value on the registered topic to the ChannelProvider.
Public methodDispatchAsync(String, Object)
Dispatches a call that takes a parameter on the registered topic to the ChannelProvider.
Public methodDispatchAsyncTResult(String, Object)
Dispatches a call that takes a parameter and returns a value on the registered topic to the ChannelProvider.
Top
See Also