WorkflowInstance.WorkflowInstanceControl.ScheduleBookmarkResumption 方法

定義

安排 Bookmark 恢復。

多載

名稱 Description
ScheduleBookmarkResumption(Bookmark, Object)

排程以指定值重新加入書籤。

ScheduleBookmarkResumption(Bookmark, Object, BookmarkScope)

從指定的 Bookmark中排程BookmarkScope恢復。

ScheduleBookmarkResumption(Bookmark, Object)

排程以指定值重新加入書籤。

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

書籤可繼續。

value
Object

要傳遞給產生 的 Bookmark活動的資料。

傳回

其中一個列舉值,表示排程操作的 Bookmark 結果。

適用於

ScheduleBookmarkResumption(Bookmark, Object, BookmarkScope)

從指定的 Bookmark中排程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

書籤可繼續。

value
Object

要傳遞給產生 的 Bookmark活動的資料。

scope
BookmarkScope

Bookmark在該Bookmark組織的基礎上。

傳回

其中一個列舉值,表示排程操作的 Bookmark 結果。

適用於