Edit

Share via


WorkflowInstance.Load Method

Definition

Loads a previously unloaded workflow instance.

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

Exceptions

The workflow runtime engine is not running.

Remarks

Load is synchronous; if the workflow instance can be loaded, Load will return after the workflow instance has been loaded into memory and scheduled by the workflow runtime engine. The runtime raises the WorkflowLoaded event after the persistence service has restored the workflow instance in memory, but before the workflow runtime engine schedules the instance.

Applies to