InstantMessagingFlow.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
- messageId
Type: Microsoft.Rtc.Collaboration.InstantMessageId
- userCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult