Share via


IEndpoint.BeginDeletePresence 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
Function BeginDeletePresence ( _
    rawCategoryItems As ICollection(Of IPresenceCategoryItem), _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As IEndpoint
Dim rawCategoryItems As ICollection(Of IPresenceCategoryItem)
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginDeletePresence(rawCategoryItems, _
    userCallback, state)
IAsyncResult BeginDeletePresence(
    ICollection<IPresenceCategoryItem> rawCategoryItems,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult