Edit

Share via


SipEndpoint.EndRegister(IAsyncResult) Method

Definition

Completes the asynchronous Register operation.

public:
 Microsoft::Rtc::Signaling::SipResponseData ^ EndRegister(IAsyncResult ^ result);
public Microsoft.Rtc.Signaling.SipResponseData EndRegister (IAsyncResult result);
member this.EndRegister : IAsyncResult -> Microsoft.Rtc.Signaling.SipResponseData
Public Function EndRegister (result As IAsyncResult) As SipResponseData

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

Exceptions

Thrown when the Register operation failed with the message text indicating the reason.

Thrown when a general authentication-related problem occurred.

Thrown when server did not respond for Register request.

Applies to