Edit

Share via


LocalOwnerPresence.EndDeletePresence(IAsyncResult) Method

Definition

Ends the asynchronous operation initiated by BeginDeletePresence.

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

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

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

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