PSWorkflowJob.DoResumeBookmark(Bookmark, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.