Ends the operation initiated by BeginPrepareSource.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
EndPrepareSource ( _
	
ar 
As 
IAsyncResult _
)
C#
public 
void 
EndPrepareSource(
	
IAsyncResult 
ar
)
Visual C++
public:
void 
EndPrepareSource(
	
IAsyncResult^ 
ar
)
JavaScript
function 
endPrepareSource(
ar);

Parameters

ar
Type: IAsyncResult
The IAsyncResult object returned by BeginPrepareSource.

See Also