Completes the asynchronous operation started by BeginTerminateMedia.

Namespace:  Microsoft.Rtc.Collaboration.ComponentModel
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Protected 
MustOverride 
Sub 
EndTerminateMedia ( _
	
result 
As 
IAsyncResult _
)
C#
protected 
abstract 
void 
EndTerminateMedia(
	
IAsyncResult 
result
)
Visual C++
protected:
virtual 
void 
EndTerminateMedia(
	
IAsyncResult^ 
result
) 
abstract
JavaScript
function 
endTerminateMedia(
result);

Parameters

result
Type: IAsyncResult
The reference to the pending asynchronous operation.

See Also