WorkflowApplicationInstance.BeginAbandon Method

Definition

Begins an asynchronous abandon operation.

Overloads

BeginAbandon(AsyncCallback, Object)

Begins an asynchronous abandon operation.

BeginAbandon(TimeSpan, AsyncCallback, Object)

Begins an asynchronous abandon operation.

BeginAbandon(AsyncCallback, Object)

Begins an asynchronous abandon operation.

C#
public IAsyncResult BeginAbandon(AsyncCallback callback, object state);

Parameters

callback
AsyncCallback

The asynchronous callback delegate that receives the notification of the asynchronous operation completion.

state
Object

The user-defined state data.

Returns

An asynchronous abandon operation.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 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

BeginAbandon(TimeSpan, AsyncCallback, Object)

Begins an asynchronous abandon operation.

C#
public IAsyncResult BeginAbandon(TimeSpan timeout, AsyncCallback callback, object state);

Parameters

timeout
TimeSpan

The timeout that contains the reason for the abandon operation.

callback
AsyncCallback

The asynchronous callback delegate that receives the notification of the asynchronous operation completion.

state
Object

The user-defined state data.

Returns

An asynchronous abandon operation.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 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