Initiates an asynchronous abort.
Initiates an asynchronous abort.
public IAsyncResult BeginAbort();
Initiates an asynchronous abort that has a specified state object.
public IAsyncResult BeginAbort(object);
Initiates an asynchronous abort that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.
public IAsyncResult BeginAbort(object,AsyncCallback);