WorkflowInstance.OnBeginResumeBookmark Method

Definition

Called by the workflow runtime to notify the host that a resume bookmark operation is beginning.

C#
protected internal abstract IAsyncResult OnBeginResumeBookmark(System.Activities.Bookmark bookmark, object value, TimeSpan timeout, AsyncCallback callback, object state);

Parameters

bookmark
Bookmark

The bookmark to resume.

value
Object

The data to be passed to the activity that created the Bookmark.

timeout
TimeSpan

The interval in which the resume operation must complete before the operation is canceled and a TimeoutException is thrown.

callback
AsyncCallback

The method to be called when the resume operation has completed.

state
Object

An optional application-specific object that contains information about the asynchronous operation.

Returns

A reference to the asynchronous resume operation.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1