Call.MakeCallback(AsyncCallback, IAsyncResult) 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.
Invokes a specified call using the application's queue for the events.
protected:
void MakeCallback(AsyncCallback ^ callback, IAsyncResult ^ result);
protected void MakeCallback (AsyncCallback callback, IAsyncResult result);
member this.MakeCallback : AsyncCallback * IAsyncResult -> unit
Protected Sub MakeCallback (callback As AsyncCallback, result As IAsyncResult)
Parameters
- callback
- AsyncCallback
The method to be called when an asynchronous operation is completed
- result
- IAsyncResult
The reference to the pending asynchronous operation
Exceptions
Thrown when the callback
or result
parameter is null.