SipEndpoint.EndRegister(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.