Share via


InstanceState Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This enumeration contains a list of states of an instance.

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

Syntax

'Declaration
Public Enumeration InstanceState
'Usage
Dim instance As InstanceState
public enum InstanceState
public enum class InstanceState
type InstanceState

Members

Member name Description
Unknown Indicates that the instance is in Unknown state.
Uninitialized Indicates that the instance is uninitialized. An uninitialized instance is an instance that has never been persisted.
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.
Completed Indicates that the instance is in completed state. A completed instance cannot be persisted again in the future.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

See Also

Reference

System.Runtime.Persistence Namespace