WorkflowInstance.WorkflowInstanceControl.ScheduleBookmarkResumption 方法

定義

排程 Bookmark 繼續。

多載

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

在其中建立 BookmarkBookmark

傳回

指出 Bookmark 排程作業結果的其中一個列舉值。

適用於