SubscribeAsync Method
SubscribeAsync(Action<TopicEventHandlers<T>>, object)
Subscribes to this topic.
Declaration
Task<Guid> SubscribeAsync(Action<TopicEventHandlers<T>> events, object state = null)
Parameters
Action<TopicEventHandlers<T>> | events | |
object | state | A state object. |
Returns
Task<Guid> |