Class ConnectorConfigureOptionsBuilder
Inheritance
System.Object
ConnectorConfigureOptionsBuilder
Namespace: Steeltoe.Connectors
Assembly: Steeltoe.Connectors.dll
Syntax
public sealed class ConnectorConfigureOptionsBuilder : object
Properties
| Edit this page View SourceDetectConfigurationChanges
Gets or sets a value indicating whether connection string changes are detected while the application is running. This is false
by default to
optimize startup performance. When set to true
, existing configuration providers may get reloaded multiple times, potentially resulting in
duplicate expensive calls. Be aware that detecting configuration changes only makes sense when
CacheConnection is false
.
Declaration
public bool DetectConfigurationChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |