編集

次の方法で共有


WorkflowPersistenceService.UnloadOnIdle(Activity) Method

Definition

Determines whether a workflow should be unloaded when idle.

protected public:
 abstract bool UnloadOnIdle(System::Workflow::ComponentModel::Activity ^ activity);
protected internal abstract bool UnloadOnIdle(System.Workflow.ComponentModel.Activity activity);
abstract member UnloadOnIdle : System.Workflow.ComponentModel.Activity -> bool
Protected Friend MustOverride Function UnloadOnIdle (activity As Activity) As Boolean

Parameters

activity
Activity

An Activity that represents the completed scope.

Returns

If true, the workflow runtime engine unloads the specified workflow when it becomes idle.

Applies to