WorkflowApplication.LoadRunnableInstance Method
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.
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. |
A runnable instance is an instance for which a timer or instance lock has expired.
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
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
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.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: