WorkflowApplication.EndLoad(IAsyncResult) Method

Definition

Waits for the pending asynchronous load operation to complete.

C#
public void EndLoad(IAsyncResult result);

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.

Applies to

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