SignalingSession.EndSetConnection Method
NOTE: This API is now obsolete.
This method is obsolete in UCMA 3.0 and will be removed from later versions. In its place use the ConnectionContext property on the SignalingSessionEstablishOptions class. Waits for the pending SetConnection operation to complete.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method will be removed from future versions. Please use the ConnectionContext property of the SignalingSessionEstablishOptions instead.")> _
Public Function EndSetConnection ( _
result As IAsyncResult _
) As RealTimeConnection
'Usage
Dim instance As SignalingSession
Dim result As IAsyncResult
Dim returnValue As RealTimeConnection
returnValue = instance.EndSetConnection(result)
[ObsoleteAttribute("This method will be removed from future versions. Please use the ConnectionContext property of the SignalingSessionEstablishOptions instead.")]
public RealTimeConnection EndSetConnection(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Return Value
Type: Microsoft.Rtc.Signaling.RealTimeConnection
The connection that was set.