Class TestClientManagerAdapterConfig
Configuration options for the client manager in Phoenix.
Implements
IPhoenixClientManagerAdapterConfig<BifrostOptions>
  Inherited Members
Namespace: Phoenix.Aruba.TestTitle
Assembly: Phoenix.Plugin.Aruba.TestTitle.dll
Syntax
public class TestClientManagerAdapterConfig : IPhoenixClientManagerAdapterConfig<BifrostOptions>Properties
View SourceDefaultOptions
Gets the default options to use when connecting to any device.
Declaration
public BifrostOptions DefaultOptions { get; set; }Property Value
| Type | Description | 
|---|---|
| BifrostOptions | 
LoggingOutputPrefix
Gets the logging output of prefix name used when logging messages related to client connections.
Declaration
public string LoggingOutputPrefix { get; }Property Value
| Type | Description | 
|---|---|
| string | 
TelemetryContext
Gets the telemetry context to use when sending telemetry related to client connections.
Declaration
public DefaultTelemetryContext TelemetryContext { get; }Property Value
| Type | Description | 
|---|---|
| DefaultTelemetryContext | 
Implements
      Phoenix.ClientManager.IPhoenixClientManagerAdapterConfig<TClientOptions>