Show / Hide Table of Contents

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 Source

EventReceived

Occurs when an event is published.

Declaration
event EventHandler<T> EventReceived
Event Type
Type Description
EventHandler<T>
  • View Source
In this article
Back to top Generated by DocFX