Share via


IEndpoint.EndUnsubscribePresence Method

Ends a request to unsubscribe to another user's presence information.

Namespace:  Microsoft.Exchange.InstantMessaging
Assembly:  Microsoft.Exchange.InstantMessaging (in Microsoft.Exchange.InstantMessaging.dll)

Syntax

'Declaration
Sub EndUnsubscribePresence ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As IEndpoint
Dim asyncResult As IAsyncResult

instance.EndUnsubscribePresence(asyncResult)
void EndUnsubscribePresence(
    IAsyncResult asyncResult
)

Parameters