NativeActivityContext.ResumeBookmark(Bookmark, Object) Method

Definition

Resumes the specified bookmark.

C#
public System.Activities.BookmarkResumptionResult ResumeBookmark(System.Activities.Bookmark bookmark, object value);

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

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