ConfigurationState
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Configuration state of an adapter or pool. Values match the CK enum System.Communication/ConfigurationState.
public enum ConfigurationState
Inheritance Object → ValueType → Enum → ConfigurationState
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Unconfigured | 0 | No configuration has been applied |
| Pending | 1 | Configuration is being applied |
| Configured | 2 | Configuration has been successfully applied |
| Error | 3 | Configuration failed to apply |