Ends the pending Subscription Update operation.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
EndSendUpdateMessage ( _
	
result 
As 
IAsyncResult _
)
C#
public 
void 
EndSendUpdateMessage(
	
IAsyncResult 
result
)
Visual C++
public:
void 
EndSendUpdateMessage(
	
IAsyncResult^ 
result
)
JavaScript
function 
endSendUpdateMessage(
result);

Parameters

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

See Also