WorkflowApplication.LoadRunnableInstance 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 runnable workflow instance from the InstanceStore.
Overloads
LoadRunnableInstance(TimeSpan) |
Loads a runnable workflow instance from the InstanceStore using the specified time-out interval. |
LoadRunnableInstance() |
Loads a runnable workflow instance from the InstanceStore. |
Remarks
A runnable instance is an instance for which a timer or instance lock has expired.
LoadRunnableInstance(TimeSpan)
Loads a runnable workflow instance from the InstanceStore using the specified time-out interval.
public:
void LoadRunnableInstance(TimeSpan timeout);
public void LoadRunnableInstance (TimeSpan timeout);
member this.LoadRunnableInstance : TimeSpan -> unit
Public Sub LoadRunnableInstance (timeout As TimeSpan)
Parameters
- timeout
- TimeSpan
The interval in which the load operation must complete before the operation is canceled and a TimeoutException is thrown.
Remarks
A runnable instance is an instance for which a timer or instance lock has expired.
Applies to
LoadRunnableInstance()
Loads a runnable workflow instance from the InstanceStore.
public:
void LoadRunnableInstance();
public void LoadRunnableInstance ();
member this.LoadRunnableInstance : unit -> unit
Public Sub LoadRunnableInstance ()
Remarks
A runnable instance is an instance for which a timer or instance lock has expired.
By default, the load operation must complete in 30 seconds or a TimeoutException is thrown.