MediaSession.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.
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
- result
- IAsyncResult