Share via


IEndpoint.EndSubscribePresence Method

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

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

Syntax

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

instance.EndSubscribePresence(asyncResult)
void EndSubscribePresence(
    IAsyncResult asyncResult
)

Parameters