Edit

Share via


WorkflowApplication.EndResumeBookmark(IAsyncResult) Method

Definition

Waits for a bookmark resume operation to complete.

C#
public System.Activities.BookmarkResumptionResult EndResumeBookmark(IAsyncResult result);

Parameters

result
IAsyncResult

A reference to the asynchronous bookmark resume operation.

Returns

One of the enumeration values that indicates the results of a bookmark resumption operation.

Remarks

This method determines whether a BeginResumeBookmark operation was successful. If called before the load operation completes, it blocks until the operation is complete.

This method resumes a bookmark asynchronously 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