Finishes the asynchronous Unregister operation.

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

Syntax

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

SipResponseData
C#
public 

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

SipResponseData^ 
EndUnregister(
	
IAsyncResult^ 
result
)
JavaScript
function 
endUnregister(
result);

Parameters

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

See Also