WorkflowInstance.WorkflowInstanceControl.ScheduleBookmarkResumption 方法

定义

安排 Bookmark 恢复。Schedules a Bookmark resumption.

重载

ScheduleBookmarkResumption(Bookmark, Object)

使用指定值安排书签恢复。Schedules a bookmark resumption with the specified value.

ScheduleBookmarkResumption(Bookmark, Object, BookmarkScope)

从指定的 Bookmark 中安排 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, System::Object ^ value);
public System.Activities.BookmarkResumptionResult ScheduleBookmarkResumption (System.Activities.Bookmark bookmark, object value);
member this.ScheduleBookmarkResumption : System.Activities.Bookmark * obj -> System.Activities.BookmarkResumptionResult
Public Function ScheduleBookmarkResumption (bookmark As Bookmark, value As Object) As BookmarkResumptionResult

参数

bookmark
Bookmark

要恢复的书签。The bookmark to resume.

value
Object

要传递给创建 Bookmark 的活动的数据。The data to be passed to the activity that created the Bookmark.

返回

BookmarkResumptionResult

用于指示 Bookmark 计划操作结果的枚举值之一。One of the enumeration values that indicates the result of a Bookmark scheduling operation.

适用于

ScheduleBookmarkResumption(Bookmark, Object, BookmarkScope)

从指定的 Bookmark 中安排 BookmarkScope 恢复。Schedules a Bookmark resumption from the specified BookmarkScope.

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

参数

bookmark
Bookmark

要恢复的书签。The bookmark to resume.

value
Object

要传递给创建 Bookmark 的活动的数据。The data to be passed to the activity that created the Bookmark.

scope
BookmarkScope

创建 Bookmark 所依据的 BookmarkThe Bookmark under which the Bookmark was created.

返回

BookmarkResumptionResult

用于指示 Bookmark 计划操作结果的枚举值之一。One of the enumeration values that indicates the result of a Bookmark scheduling operation.

适用于