InstanceState Enumeration

.NET Framework (current version)
 

This enumeration contains a list of states of an instance.

Namespace:   System.Runtime.DurableInstancing
Assembly:  System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)

public enum class InstanceState

Member nameDescription
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
Return to top
Show: