IEventService Methods |
[This is preliminary documentation and is subject to change.]
The IEventService type exposes the following members.
Name | Description | |
---|---|---|
PublishTEvent |
Publish an event
| |
SubscribeTEvent |
Subscribe to an event of a specific type. The provided callback will be executed each time an event of the specific type has been published.
| |
Unsubscribe(IEventSubscription) |
Cancel a subscription
| |
Unsubscribe(Type, Guid) |
Unsubscribe from an event of a specific type and provided subscription id
| |
UnsubscribeTEvent(Guid) |
Unsubscribe from an event of a specific type and provided subscription id
|