InstanceValueConsistency Enumeration
.NET Framework (current version)
Describes the consistency guarantee of the instance values contained in a specified dictionary.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
| Member name | Description | |
|---|---|---|
| InDoubt | Indicates that the consistency of the instance value is in doubt. | |
| None | Indicates that there is no consistency guarantee. | |
| Partial | Indicates that the consistency of the instance value is partial. |
.NET Framework
Available since 4.0
Available since 4.0
Show: