EndEstablish Method

Complete the establish operation.

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

Syntax

'Declaration
Public Function EndEstablish ( _
    result As IAsyncResult _
) As SipResponseData
'Usage
Dim instance As LocalEndpoint
Dim result As IAsyncResult
Dim returnValue As SipResponseData

returnValue = instance.EndEstablish(result)
public SipResponseData EndEstablish(
    IAsyncResult result
)

Parameters

Return Value

Type: Microsoft.Rtc.Signaling..::..SipResponseData

Remarks

Exceptions

[cref][T:System.InvalidOperationException]: Thrown if endpoint or platform is in an invalid state for this operation.

[cref][T:Microsoft.Rtc.Signaling.RegisterException]: Thrown when the Register operation failed, with the message text indicating the reason.

[cref][T:Microsoft.Rtc.Signaling.AuthenticationException]: Thrown when a general authentication-related problem occurred.

[cref][T:Microsoft.Rtc.Signaling.OperationTimeoutException]: Thrown when server did not respond for the Register request.

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace