WorkflowInstance.WorkflowInstanceControl.ScheduleBookmarkResumption 메서드

정의

재개를 Bookmark 예약합니다.

오버로드

Name 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 나타내는 열거형 값 중 하나입니다.

적용 대상