Interface IGameObjectRepositoryProvider
An interface for exporting a provider of game object repositories.
Namespace: Microsoft.XboxStudios.GameStateTracker
Assembly: GameStateTracker.Abstractions.dll
Syntax
public interface IGameObjectRepositoryProvider
Methods
View SourceGetObjectRepository((string Type, IPAddress IPAddress)?)
Gets a game object repository.
Declaration
ValueTask<IGameObjectRepository> GetObjectRepository((string Type, IPAddress IPAddress)? device)
Parameters
Type | Name | Description |
---|---|---|
(string Type, IPAddress IPAddress)? | device | The device for the object repository. |
Returns
Type | Description |
---|---|
ValueTask<IGameObjectRepository> | A game object repository. |