WorkflowApplication.EndLoad(IAsyncResult) 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.
Waits for the pending asynchronous load operation to complete.
public:
void EndLoad(IAsyncResult ^ result);
public void EndLoad (IAsyncResult result);
member this.EndLoad : IAsyncResult -> unit
Public Sub EndLoad (result As IAsyncResult)
Parameters
- result
- IAsyncResult
The asynchronous load operation.
Remarks
If this method is called before the loading operation completes, it blocks until the loading operation is complete.
This method completes the asynchronous load operation using the IAsyncResult asynchronous design pattern. For more information, see Asynchronous Programming Overview.