InstantMessagingFlowExtensions.BeginSendSuccessDeliveryNotification(InstantMessagingFlow, InstantMessageId, SendSuccessDeliveryNotificationOptions, AsyncCallback, Object) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static IAsyncResult ^ BeginSendSuccessDeliveryNotification(Microsoft::Rtc::Collaboration::InstantMessagingFlow ^ imFlow, Microsoft::Rtc::Collaboration::InstantMessageId ^ messageId, Microsoft::Rtc::Internal::Collaboration::SendSuccessDeliveryNotificationOptions ^ options, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginSendSuccessDeliveryNotification (this Microsoft.Rtc.Collaboration.InstantMessagingFlow imFlow, Microsoft.Rtc.Collaboration.InstantMessageId messageId, Microsoft.Rtc.Internal.Collaboration.SendSuccessDeliveryNotificationOptions options, AsyncCallback userCallback, object state);
static member BeginSendSuccessDeliveryNotification : Microsoft.Rtc.Collaboration.InstantMessagingFlow * Microsoft.Rtc.Collaboration.InstantMessageId * Microsoft.Rtc.Internal.Collaboration.SendSuccessDeliveryNotificationOptions * AsyncCallback * obj -> IAsyncResult
<Extension()>
Public Function BeginSendSuccessDeliveryNotification (imFlow As InstantMessagingFlow, messageId As InstantMessageId, options As SendSuccessDeliveryNotificationOptions, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

messageId
InstantMessageId
userCallback
AsyncCallback
state
Object

Returns

IAsyncResult

Applies to