Waits for the pending SetConnection operation to complete.

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

Syntax

Visual Basic (Declaration)
Public 
Function 
EndSetConnection ( _
	
result 
As 
IAsyncResult _
) 
As 

RealTimeConnection
C#
public 

RealTimeConnection 
EndSetConnection(
	
IAsyncResult 
result
)
Visual C++
public:

RealTimeConnection^ 
EndSetConnection(
	
IAsyncResult^ 
result
)
JavaScript
function 
endSetConnection(
result);

Parameters

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

Return Value

The connection that was set.

See Also