This documentation is archived and is not being maintained.

PersistableIdleAction Enumeration

Specifies the action that occurs when a workflow becomes idle when persistence is allowed.

Namespace:  System.Activities
Assembly:  System.Activities (in System.Activities.dll)

public enum class PersistableIdleAction

Member nameDescription
NoneSpecifies that no action is taken.
UnloadSpecifies that the WorkflowApplication should persist and unload the workflow.
PersistSpecifies that the WorkflowApplication should persist the workflow.

The PersistableIdle function is invoked when the scheduler has no more pending work items and the workflow runtime can persist. Note that the Idle function is invoked when persistence is not allowed, and both Idle and PersistableIdle are invoked in that order when persistence is allowed. None is the default action if no PersistableIdle handler is provided.

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: