Share via


IEndpoint.EndRefreshPresenceSession Method

Ends a request to publish new presence information.

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

Syntax

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

instance.EndRefreshPresenceSession(asyncResult)
void EndRefreshPresenceSession(
    IAsyncResult asyncResult
)

Parameters