Click or drag to resize

ChannelProviderRegisterTopic Method

Overload List
  NameDescription
Public methodRegisterTopic(String, ActionChannelClient)
Registers a method for a given topic.
Public methodRegisterTopicT(String, ActionT, ChannelClient)
Registers a method for a given topic.
Public methodRegisterTopicTResult(String, FuncChannelClient, TResult)
Registers a method that returns a value for a given topic.
Public methodRegisterTopicT, TResult(String, FuncT, ChannelClient, TResult)
Registers a method that takes a parameter and returns a value for a given topic.
Public methodRegisterTopic(String, Action)
Registers a method for a given topic.
(Inherited from MessageChannel.)
Public methodRegisterTopicT(String, ActionT)
Registers a method that takes a parameter for a given topic.
(Inherited from MessageChannel.)
Public methodRegisterTopicTResult(String, FuncTResult)
Registers a method that returns a value for a given topic.
(Inherited from MessageChannel.)
Public methodRegisterTopicT, TResult(String, FuncT, TResult)
Registers a method that takes a parameter and returns a value for a given topic.
(Inherited from MessageChannel.)
Top
See Also