MediaProvider.EndTerminateMedia Method
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.