WorkflowInstance.WorkflowInstanceControl.PauseWhenPersistable Method

Definition

Requests that the workflow runtime pause the WorkflowInstance at the next point of execution where it is possible to persist. Note that the scheduler queue may not be empty at this point.

public:
 void PauseWhenPersistable();
public void PauseWhenPersistable ();
member this.PauseWhenPersistable : unit -> unit
Public Sub PauseWhenPersistable ()

Applies to