WorkflowApplication.EndResumeBookmark(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 a bookmark resume operation to complete.
public:
System::Activities::BookmarkResumptionResult EndResumeBookmark(IAsyncResult ^ result);
public System.Activities.BookmarkResumptionResult EndResumeBookmark (IAsyncResult result);
member this.EndResumeBookmark : IAsyncResult -> System.Activities.BookmarkResumptionResult
Public Function EndResumeBookmark (result As IAsyncResult) As BookmarkResumptionResult
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.