Interface IEventProcessor
An interface for event processors.
Namespace: Microsoft.XboxStudios.GameStateTracker.Events
Assembly: GameStateTracker.Abstractions.dll
Syntax
public interface IEventProcessor
Methods
View SourceClearEvents()
Clears all processed events.
Declaration
void ClearEvents()
ProcessEvents()
Processes an internal buffer of events.
Declaration
void ProcessEvents()