WorkflowInstance.Load Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.