WorkflowInstance.WorkflowInstanceControl.ScheduleBookmarkResumption Method

Definition

Schedules a Bookmark resumption.

Overloads

ScheduleBookmarkResumption(Bookmark, Object)

Schedules a bookmark resumption with the specified value.

ScheduleBookmarkResumption(Bookmark, Object, BookmarkScope)

Schedules a Bookmark resumption from the specified BookmarkScope.

ScheduleBookmarkResumption(Bookmark, Object)

Schedules a bookmark resumption with the specified value.

public System.Activities.BookmarkResumptionResult ScheduleBookmarkResumption(System.Activities.Bookmark bookmark, object value);

Parameters

bookmark
Bookmark

The bookmark to resume.

value
Object

The data to be passed to the activity that created the Bookmark.

Returns

One of the enumeration values that indicates the result of a Bookmark scheduling operation.

Applies to

.NET Framework 4.8.1 およびその他のバージョン
製品 バージョン
.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

ScheduleBookmarkResumption(Bookmark, Object, BookmarkScope)

Schedules a Bookmark resumption from the specified BookmarkScope.

public System.Activities.BookmarkResumptionResult ScheduleBookmarkResumption(System.Activities.Bookmark bookmark, object value, System.Activities.BookmarkScope scope);

Parameters

bookmark
Bookmark

The bookmark to resume.

value
Object

The data to be passed to the activity that created the Bookmark.

scope
BookmarkScope

The Bookmark under which the Bookmark was created.

Returns

One of the enumeration values that indicates the result of a Bookmark scheduling operation.

Applies to

.NET Framework 4.8.1 およびその他のバージョン
製品 バージョン
.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