WorkflowInstanceProxy.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 the pending asynchronous BeginResumeBookmark 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
The IAsyncResult that references the resume operation.
Returns
Returns BookmarkResumptionResult.
Remarks
This method can be called to determine whether a BeginResumeBookmark operation was successful. If called before the resume operation completes, it blocks until the resume operation is complete.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.