Share via


IEndpoint.EndPublishRawCategories Method

This method is defined by the messaging interface; however, it is not used by the instant messaging and presence provider.

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

Syntax

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

instance.EndPublishRawCategories(asyncResult)
void EndPublishRawCategories(
    IAsyncResult asyncResult
)

Parameters