Show / Hide Table of Contents

Class TestClientManagerAdapterConfig

Configuration options for the client manager in Phoenix.

Inheritance
object
TestClientManagerAdapterConfig
Implements
IPhoenixClientManagerAdapterConfig<BifrostOptions>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.TestTitle
Assembly: Phoenix.Plugin.Aruba.TestTitle.dll
Syntax
public class TestClientManagerAdapterConfig : IPhoenixClientManagerAdapterConfig<BifrostOptions>

Properties

View Source

DefaultOptions

Gets the default options to use when connecting to any device.

Declaration
public BifrostOptions DefaultOptions { get; set; }
Property Value
Type Description
BifrostOptions
View Source

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
View Source

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>
  • View Source
In this article
Back to top Generated by DocFX