Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Ends the pending Subscription Update operation.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndSendUpdateMessage ( _
result As IAsyncResult _
)
'Usage
Dim instance As SipSubscription
Dim result As IAsyncResult
instance.EndSendUpdateMessage(result)
public void EndSendUpdateMessage(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.