Share via


LocalOwnerPresence.EndDeletePresence Method

Ends the asynchronous operation initiated by BeginDeletePresence.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub EndDeletePresence ( _
    result As IAsyncResult _
)
'Usage
Dim instance As LocalOwnerPresence
Dim result As IAsyncResult

instance.EndDeletePresence(result)
public void EndDeletePresence(
    IAsyncResult result
)

Parameters

Exceptions

Exception Condition
InvalidOperationException

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

PublishSubscribeException

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

RealTimeException

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.

See Also

Reference

LocalOwnerPresence Class

LocalOwnerPresence Members

Microsoft.Rtc.Collaboration.Presence Namespace