PersistableIdleAction Enumeration
.NET Framework (current version)
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. | |
| Persist | Specifies that the WorkflowApplication should persist the workflow. | |
| Unload | Specifies that the WorkflowApplication should persist and unload 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
Available since 4.0
Available since 4.0
Show: