Share via


BeginSendSuccessDeliveryNotification Method

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function BeginSendSuccessDeliveryNotification ( _
    messageId As InstantMessageId, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As InstantMessagingFlow
Dim messageId As InstantMessageId
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginSendSuccessDeliveryNotification(messageId, _
    userCallback, state)
public IAsyncResult BeginSendSuccessDeliveryNotification(
    InstantMessageId messageId,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return Value

Type: System..::..IAsyncResult

See Also

Reference

InstantMessagingFlow Class

InstantMessagingFlow Members

Microsoft.Rtc.Collaboration Namespace