PSWorkflowInstanceExtension.BeginResumeBookmark 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.
Begin resuming book mark.
public:
IAsyncResult ^ BeginResumeBookmark(System::Activities::Bookmark ^ bookmark, System::Object ^ value, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginResumeBookmark (System.Activities.Bookmark bookmark, object value, AsyncCallback callback, object state);
member this.BeginResumeBookmark : System.Activities.Bookmark * obj * AsyncCallback * obj -> IAsyncResult
Public Function BeginResumeBookmark (bookmark As Bookmark, value As Object, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- bookmark
- Bookmark
The bookmark where it will be resumed.
- value
- Object
The value which need to be passed to the bookmark.
- callback
- AsyncCallback
The call back function when resuming the bookmark.
- state
- Object
The state of the aysn call.
Returns
Returns the result of async call.