This documentation is archived and is not being maintained.
PersistableIdleAction Enumeration
Visual Studio 2010
Specifies the action that occurs when a workflow becomes idle when persistence is allowed.
Assembly: System.Activities (in System.Activities.dll)
| Member name | Description | |
|---|---|---|
| None | Specifies that no action is taken. | |
| Unload | Specifies that the WorkflowApplication should persist and unload the workflow. | |
| Persist | Specifies 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.
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: