Show / Hide Table of Contents

Interface IPhoenixClientManagerAdapterConfig<TClientOptions>

Configuration settings for PhoenixClientManagerAdapter<TClient, TClientOptions>

Namespace: Phoenix.ClientManager
Assembly: Phoenix.ClientManager.dll
Syntax
public interface IPhoenixClientManagerAdapterConfig<TClientOptions>
Type Parameters
Name Description
TClientOptions

The options to use to configure a client on creation in the client manager.

Properties

View Source

DefaultOptions

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

Declaration
TClientOptions DefaultOptions { get; }
Property Value
Type Description
TClientOptions
View Source

LoggingOutputPrefix

Gets the logging output of prefix name used when logging messages related to client connections.

Declaration
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
DefaultTelemetryContext TelemetryContext { get; }
Property Value
Type Description
DefaultTelemetryContext
  • View Source
In this article
Back to top Generated by DocFX