InstantMessagingFlowExtensions.BeginSendFailureDeliveryNotification 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 ^ BeginSendFailureDeliveryNotification(Microsoft::Rtc::Collaboration::InstantMessagingFlow ^ imFlow, Microsoft::Rtc::Collaboration::InstantMessageId ^ messageId, int responseCode, Microsoft::Rtc::Internal::Collaboration::SendFailureDeliveryNotificationOptions ^ options, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginSendFailureDeliveryNotification (this Microsoft.Rtc.Collaboration.InstantMessagingFlow imFlow, Microsoft.Rtc.Collaboration.InstantMessageId messageId, int responseCode, Microsoft.Rtc.Internal.Collaboration.SendFailureDeliveryNotificationOptions options, AsyncCallback userCallback, object state);
static member BeginSendFailureDeliveryNotification : Microsoft.Rtc.Collaboration.InstantMessagingFlow * Microsoft.Rtc.Collaboration.InstantMessageId * int * Microsoft.Rtc.Internal.Collaboration.SendFailureDeliveryNotificationOptions * AsyncCallback * obj -> IAsyncResult
<Extension()>
Public Function BeginSendFailureDeliveryNotification (imFlow As InstantMessagingFlow, messageId As InstantMessageId, responseCode As Integer, options As SendFailureDeliveryNotificationOptions, userCallback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- imFlow
- InstantMessagingFlow
- messageId
- InstantMessageId
- responseCode
- Int32
- userCallback
- AsyncCallback
- state
- Object