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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา