NativeActivityContext.ResumeBookmark(Bookmark, Object) Method

Definition

Resumes the specified bookmark.

public:
 System::Activities::BookmarkResumptionResult ResumeBookmark(System::Activities::Bookmark ^ bookmark, System::Object ^ value);
public System.Activities.BookmarkResumptionResult ResumeBookmark (System.Activities.Bookmark bookmark, object value);
member this.ResumeBookmark : System.Activities.Bookmark * obj -> System.Activities.BookmarkResumptionResult
Public Function ResumeBookmark (bookmark As Bookmark, value As Object) As BookmarkResumptionResult

Parameters

bookmark
Bookmark

A point at which a NativeActivity can passively wait to be resumed.

value
Object

The information related to the resumption of a bookmark.

Returns

The outcome of the attempt to resume NativeActivity operation at the point of the bookmark.

Applies to