Edytuj

Udostępnij za pośrednictwem


WorkflowInstance.OnNotifyPaused Method

Definition

Called by the workflow runtime to notify the host that the workflow instance has transitioned from the running state to the paused state.

protected:
 abstract void OnNotifyPaused();
protected abstract void OnNotifyPaused ();
abstract member OnNotifyPaused : unit -> unit
Protected MustOverride Sub OnNotifyPaused ()

Applies to