MediaFlow.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

Callback to invoke.

result
IAsyncResult

The reference to the pending asynchronous operation.

Applies to