MediaFlow.MakeCallback Method
Invokes a specified call using the application's queue for the events.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub MakeCallback ( _
callback As AsyncCallback, _
result As IAsyncResult _
)
'Usage
Dim callback As AsyncCallback
Dim result As IAsyncResult
Me.MakeCallback(callback, result)
protected void MakeCallback(
AsyncCallback callback,
IAsyncResult result
)
Parameters
- callback
Type: System.AsyncCallback
Callback to invoke.
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.