Show / Hide Table of Contents

Interface ITestLaunchGameRole

An interface for roles which simulate launching a game.

Inherited Members
ILaunchGameRole.Launch
IRole.Name
IRole.Type
IRole.NumDevices
IEquatable<IRole>.Equals(IRole)
IBasedOn<IRole>.BasedOn
IBasedOn<IRole>.BasedOnObject
Namespace: Microsoft.XboxStudios.BotBrain.Samples.Meta
Assembly: BotBrain.Samples.dll
Syntax
public interface ITestLaunchGameRole : ILaunchGameRole, IRole, IEquatable<IRole>, IBasedOn<IRole>, IBasedOn

Properties

View Source

SimulateLaunch

Gets a value indicating whether or not to simulate launching a game.

Declaration
bool SimulateLaunch { get; }
Property Value
Type Description
bool
View Source

SimulateLaunchDelay

Gets the delay length to simulate launching a game.

Declaration
TimeSpan SimulateLaunchDelay { get; }
Property Value
Type Description
TimeSpan
  • View Source
In this article
Back to top Generated by DocFX