Show / Hide Table of Contents

Interface IDeviceConsoleClientManagerAdapterConfig<TClientOptions>

The configuration to use for DeviceConsoleClientManagerAdapter<TClient, TClientOptions>.

Namespace: Microsoft.XboxStudios.DeviceConsole.ClientManager
Assembly: DeviceConsole.ClientManager.dll
Syntax
public interface IDeviceConsoleClientManagerAdapterConfig<TClientOptions>
Type Parameters
Name Description
TClientOptions

The options to use to configure a client on creation.

Properties

View Source

ClientOptions

Gets the options for each device console IP.

Declaration
ImmutableDictionary<string, TClientOptions> ClientOptions { get; }
Property Value
Type Description
ImmutableDictionary<string, TClientOptions>
View Source

DefaultOptions

Gets the default options to use.

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