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 SourceClientOptions
Gets the options for each device console IP.
Declaration
ImmutableDictionary<string, TClientOptions> ClientOptions { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableDictionary<string, TClientOptions> |
DefaultOptions
Gets the default options to use.
Declaration
TClientOptions DefaultOptions { get; }
Property Value
| Type | Description |
|---|---|
| TClientOptions |