InstantMessagingFlowExtensions.BeginSendSuccessDeliveryNotification Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- imFlow
- InstantMessagingFlow
- messageId
- InstantMessageId
- userCallback
- AsyncCallback
- state
- Object