Edit

Share via


SipSubscription.EndSendUpdateMessage(IAsyncResult) Method

Definition

Ends the pending Subscription Update operation.

public:
 void EndSendUpdateMessage(IAsyncResult ^ result);
public void EndSendUpdateMessage (IAsyncResult result);
member this.EndSendUpdateMessage : IAsyncResult -> unit
Public Sub EndSendUpdateMessage (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Applies to