Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Completes the asynchronous operation started by BeginTerminateMedia.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected MustOverride Sub EndTerminateMedia ( _
result As IAsyncResult _
)
'Usage
Dim result As IAsyncResult
Me.EndTerminateMedia(result)
protected abstract void EndTerminateMedia(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.