Edit

Share via


InstantMessagingFlow.BeginSendSuccessDeliveryNotification Method

Definition

Begins an asynchronous operation to report that a message was successfully delivered to its final destination.

public:
 IAsyncResult ^ BeginSendSuccessDeliveryNotification(Microsoft::Rtc::Collaboration::InstantMessageId ^ messageId, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginSendSuccessDeliveryNotification (Microsoft.Rtc.Collaboration.InstantMessageId messageId, AsyncCallback userCallback, object state);
member this.BeginSendSuccessDeliveryNotification : Microsoft.Rtc.Collaboration.InstantMessageId * AsyncCallback * obj -> IAsyncResult
Public Function BeginSendSuccessDeliveryNotification (messageId As InstantMessageId, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

messageId
InstantMessageId

Identifies the message.

userCallback
AsyncCallback

The method to be called when the asynchronous operation is completed.

state
Object

A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.

Returns

An IAsyncResult that references the asynchronous operation.

Exceptions

Thrown when flowSetting is configured for ConsumedLocally

Remarks

This method should be called only by the applications that do not directly consume message but serve as proxy (like Communicator Web Access) for delivering the received message to a remote entity.

Applies to