Assembly: Keystone.Quantum (in Keystone.Quantum.dll)
public static QuantumController CreateWith(
PersistenceStrategy persistenceStrategy,
EncryptionStrategy encryptionStrategy = null,
string configurationDomainInspectionSequence = "Development, Testing, Staging, Production, *",
bool monitorConfigurationChanges = false
)
This language is not supported or no code example is available.
Parameters
- persistenceStrategy
-
Type: PersistenceStrategy
The persistence strategy that will receive configuration variable reading requests.
- encryptionStrategy
-
Type: EncryptionStrategy
Optional parameter that defines the encryption strategy.
- configurationDomainInspectionSequence
-
Type: string
Optional parameter that defines the configuration domain inspection sequence.
- monitorConfigurationChanges
-
Type: bool
Optional parameter that defines if Quantum should monitor configuration changes at runtime if possible.
Return Value
A new QuantumController instance.Exception type | Condition |
---|---|
If the |
Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.