Completes the asynchronous Register operation.

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

Syntax

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

SipResponseData
C#
public 

SipResponseData 
EndRegister(
	
IAsyncResult 
result
)
Visual C++
public:

SipResponseData^ 
EndRegister(
	
IAsyncResult^ 
result
)
JavaScript
function 
endRegister(
result);

Parameters

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

Exceptions

Exception Condition
Microsoft.Rtc.Signaling . . :: . RegisterException Thrown when the Register operation failed with the message text indicating the reason.
Microsoft.Rtc.Signaling . . :: . AuthenticationException Thrown when a general authentication-related problem occurred.
Microsoft.Rtc.Signaling . . :: . OperationTimeoutException Thrown when server did not respond for Register request.

See Also