MediaFlow.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
Callback to invoke.
- result
- IAsyncResult
The reference to the pending asynchronous operation.