WorkflowApplication.EndLoadRunnableInstance Method
.NET Framework 4
Waits for the asynchronous load runnable instance operation to complete.
Assembly: System.Activities (in System.Activities.dll)
Parameters
- result
- Type: System.IAsyncResult
A reference to the asynchronous load operation.
This method determines whether a BeginLoadRunnableInstance operation was successful. If called before the load operation completes, it blocks until the operation is complete.
This method loads workflows asynchronously using the IAsyncResult asynchronous design pattern. For more information, seeAsynchronous Programming Overview.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.