Show / Hide Table of Contents

Interface IEventProcessor

An interface for event processors.

Namespace: Microsoft.XboxStudios.GameStateTracker.Events
Assembly: GameStateTracker.Abstractions.dll
Syntax
public interface IEventProcessor

Methods

View Source

ClearEvents()

Clears all processed events.

Declaration
void ClearEvents()
View Source

ProcessEvents()

Processes an internal buffer of events.

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