Class FakeGameObjectRepositoryProvider
Represents a fake game object repository provider.
Implements
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.Tests.Fakes
Assembly: GameStateTracker.TestFakes.dll
Syntax
public class FakeGameObjectRepositoryProvider : IGameObjectRepositoryProvider
Methods
View SourceGetObjectRepository((string Type, IPAddress IPAddress)?)
Gets a game object repository.
Declaration
public 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. |
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |