Call.MakeCallback(AsyncCallback, IAsyncResult) Method

Definition

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.

Applies to