NativeActivityContext.ResumeBookmark(Bookmark, Object) 메서드

정의

지정한 책갈피를 다시 시작합니다.

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

매개 변수

bookmark
Bookmark

다시 시작되기를 NativeActivity 수동적으로 기다릴 수 있는 지점입니다.

value
Object

책갈피 다시 시작과 관련된 정보입니다.

반품

책갈피 지점에서 작업을 다시 NativeActivity 시작하려는 시도의 결과입니다.

적용 대상