ChannelClientDispatchAsync Method |
Name | Description | |
---|---|---|
DispatchAsync(String) |
Dispatches a call on the registered topic to the ChannelProvider.
| |
DispatchAsyncTResult(String) |
Dispatches a call that returns a value on the registered topic to the ChannelProvider.
| |
DispatchAsync(String, Object) |
Dispatches a call that takes a parameter on the registered topic to the ChannelProvider.
| |
DispatchAsyncTResult(String, Object) |
Dispatches a call that takes a parameter and returns a value on the registered topic to the ChannelProvider.
|