Share via


PSWorkflowJob.DoResumeBookmark(Bookmark, Object) Method

Definition

DoResumeBookmark

protected:
 virtual void DoResumeBookmark(System::Activities::Bookmark ^ bookmark, System::Object ^ state);
protected virtual void DoResumeBookmark (System.Activities.Bookmark bookmark, object state);
abstract member DoResumeBookmark : System.Activities.Bookmark * obj -> unit
override this.DoResumeBookmark : System.Activities.Bookmark * obj -> unit
Protected Overridable Sub DoResumeBookmark (bookmark As Bookmark, state As Object)

Parameters

bookmark
Bookmark

The Bookmark which needs to be resumed.

state
Object

The state, which will be passed to the activity, which gets resumed.

Applies to