Share via


IEndpoint.BeginPublishRawCategories Method (ICollection<IPresenceCategory>, AsyncCallback, Object)

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
Function BeginPublishRawCategories ( _
    rawCategories As ICollection(Of IPresenceCategory), _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As IEndpoint
Dim rawCategories As ICollection(Of IPresenceCategory)
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginPublishRawCategories(rawCategories, _
    userCallback, state)
IAsyncResult BeginPublishRawCategories(
    ICollection<IPresenceCategory> rawCategories,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult