'Declaration Public Function BeginAbort( _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult
'Usage Dim instance As AsyncFtpClient Dim callback As AsyncCallback Dim state As Object Dim value As IAsyncResult value = instance.BeginAbort(callback, state)
public IAsyncResult BeginAbort( AsyncCallback callback, object state )
Parameters
- callback
- Callback method to be called when the asynchronous operation is completed.
- state
- An object containing state information for this operation.
Return Value
An System.IAsyncResult representing the status of the asynchronous operation.