InstanceState Enumeration
.NET Framework (current version)
This enumeration contains a list of states of an instance.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
| Member name | Description | |
|---|---|---|
| Completed | Indicates that the instance is in completed state. A completed instance cannot be persisted again in the future. | |
| Initialized | Indicates that the instance is initialized. An initialized instance is an instance that has been persisted at least once and can be persisted again in the future. | |
| Uninitialized | Indicates that the instance is uninitialized. An uninitialized instance is an instance that has never been persisted. | |
| Unknown | Indicates that the instance is in Unknown state. |
.NET Framework
Available since 4.0
Available since 4.0
Show: