ChannelProviderRegisterTopic Method |
Name | Description | |
---|---|---|
RegisterTopic(String, ActionChannelClient) |
Registers a method for a given topic.
| |
RegisterTopicT(String, ActionT, ChannelClient) |
Registers a method for a given topic.
| |
RegisterTopicTResult(String, FuncChannelClient, TResult) |
Registers a method that returns a value for a given topic.
| |
RegisterTopicT, TResult(String, FuncT, ChannelClient, TResult) |
Registers a method that takes a parameter and returns a value for a given topic.
| |
RegisterTopic(String, Action) |
Registers a method for a given topic.
(Inherited from MessageChannel.) | |
RegisterTopicT(String, ActionT) |
Registers a method that takes a parameter for a given topic.
(Inherited from MessageChannel.) | |
RegisterTopicTResult(String, FuncTResult) |
Registers a method that returns a value for a given topic.
(Inherited from MessageChannel.) | |
RegisterTopicT, TResult(String, FuncT, TResult) |
Registers a method that takes a parameter and returns a value for a given topic.
(Inherited from MessageChannel.) |