Show / Hide Table of Contents

Interface IEventAggregator<T>

An interface for event aggregators.

Inherited Members
IEventPublisher<T>.EventReceived
Namespace: Microsoft.XboxStudios.GameStateTracker.Events
Assembly: GameStateTracker.Abstractions.dll
Syntax
public interface IEventAggregator<T> : IEventPublisher<T>
Type Parameters
Name Description
T

The event type.

Properties

View Source

RecentEvents

Gets a read-only list of recent events.

Declaration
IReadOnlyList<T> RecentEvents { get; }
Property Value
Type Description
IReadOnlyList<T>

Methods

View Source

ClearEvents()

Clears the list of events.

Declaration
void ClearEvents()
  • View Source
In this article
Back to top Generated by DocFX