Show / Hide Table of Contents

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 Source

GetObjectRepository((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.

  • View Source
In this article
Back to top Generated by DocFX