WorkflowInstance.WorkflowInstanceControl.PauseWhenPersistable 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要求工作流程執行階段在下一個可以保存的執行點暫停 WorkflowInstance。 請注意,此執行點的排程器佇列不可以是空的。
public:
void PauseWhenPersistable();
public void PauseWhenPersistable ();
member this.PauseWhenPersistable : unit -> unit
Public Sub PauseWhenPersistable ()