MakeCallback Method

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

See Also

Reference

MediaFlow Class

MediaFlow Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace