InstanceKeyState Enumeration

.NET Framework (current version)
 

Contains a list of valid states for instance keys.

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

public enum class InstanceKeyState

Member nameDescription
Associated

The instance key is associated with a non-completed instance.

Completed

The instance key was associated with an instance, which is no longer active.

Unknown

The instance key is not associated with any instance.

.NET Framework
Available since 4.0
Return to top
Show: