Share via


IEndpoint.BeginAckSubscriber 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 BeginAckSubscriber ( _
    subscriberId As String, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As IEndpoint
Dim subscriberId As String
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginAckSubscriber(subscriberId, _
    userCallback, state)
IAsyncResult BeginAckSubscriber(
    string subscriberId,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult