Share via


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

Bookmark가 만들어진 Bookmark입니다.

반환

Bookmark 예약 작업의 결과를 나타내는 열거형 값 중 하나입니다.

적용 대상