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 SourceDefaultOptions
Gets the default options to use when connecting to any device.
Declaration
TClientOptions DefaultOptions { get; }
Property Value
Type | Description |
---|---|
TClientOptions |
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 |
TelemetryContext
Gets the telemetry context to use when sending telemetry related to client connections.
Declaration
DefaultTelemetryContext TelemetryContext { get; }
Property Value
Type | Description |
---|---|
DefaultTelemetryContext |