MessageChannel Methods |
The MessageChannel type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnClosed |
Raises the Closed event.
| |
OnOpened |
Raises the Opened event.
| |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnregisterTopic |
Removes a previously registered method for the specified topic.
|