TinyMessengerHub Class Members
The following tables list the members exposed by TinyMessengerHub.
Public Constructors
Name | Description | |
---|---|---|
![]() | TinyMessengerHub Constructor |
Public Methods
Name | Description | |
---|---|---|
![]() | Publish<TMessage> | Publish a message to any subscribers |
![]() | PublishAsync | Overloaded. Publish a message to any subscribers asynchronously |
![]() | Subscribe | Overloaded. Subscribe to a message type with the given destination and delivery action. All references are held with strong references All messages of this type will be delivered. |
![]() | Unsubscribe<TMessage> | Unsubscribe from a particular message type. Does not throw an exception if the subscription is not found. |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also