MessageChannelRegisterTopic Method |
| Name | Description | |
|---|---|---|
| RegisterTopic(String, Action) |
Registers a method for a given topic.
| |
| RegisterTopicT(String, ActionT) |
Registers a method that takes a parameter for a given topic.
| |
| RegisterTopicTResult(String, FuncTResult) |
Registers a method that returns a value for a given topic.
| |
| RegisterTopicT, TResult(String, FuncT, TResult) |
Registers a method that takes a parameter and returns a value for a given topic.
|