WorkflowApplicationInstance.BeginAbandon 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.
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.
public:
IAsyncResult ^ BeginAbandon(AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginAbandon (AsyncCallback callback, object state);
member this.BeginAbandon : AsyncCallback * obj -> IAsyncResult
Public Function BeginAbandon (callback As AsyncCallback, state As Object) As IAsyncResult
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
BeginAbandon(TimeSpan, AsyncCallback, Object)
Begins an asynchronous abandon operation.
public:
IAsyncResult ^ BeginAbandon(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginAbandon (TimeSpan timeout, AsyncCallback callback, object state);
member this.BeginAbandon : TimeSpan * AsyncCallback * obj -> IAsyncResult
Public Function BeginAbandon (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
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.