Interface IEventPublisher<T>
An interface for event publishers.
Namespace: Microsoft.XboxStudios.GameStateTracker.Events
Assembly: GameStateTracker.Abstractions.dll
Syntax
public interface IEventPublisher<T>
Type Parameters
Name | Description |
---|---|
T | The event type. |
Events
View SourceEventReceived
Occurs when an event is published.
Declaration
event EventHandler<T> EventReceived
Event Type
Type | Description |
---|---|
EventHandler<T> |