Share via


IEndpoint.EndPublishSelfState Method

Ends the publication of user presence state.

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

Syntax

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

instance.EndPublishSelfState(asyncResult)
void EndPublishSelfState(
    IAsyncResult asyncResult
)

Parameters