PSWorkflowInstanceExtension.BeginResumeBookmark Method

Definition

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.

Applies to