Edit

Share via


LocalOwnerPresence.EndAcknowledgeSubscriber(IAsyncResult) Method

Definition

Ends the asynchronous operation initiated by BeginAcknowledgeSubscriber.

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

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

Thrown when the argument passed is null or invalid.

Thrown when this method is invoked multiple times using the same result.

Thrown when the SIP SERVICE request is rejected by the server.

Thrown when SIP Transport, SIP authentication and credential-related errors are encountered.

Remarks

PublishSubscribeException is usually thrown when the XML request sent to the server is invalid.

Applies to