SipSubscription.EndSendUpdateMessage Method
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.