Edit

Share via


InstantMessagingFlowExtensions.BeginSendInstantMessage Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static IAsyncResult ^ BeginSendInstantMessage(Microsoft::Rtc::Collaboration::InstantMessagingFlow ^ imFlow, System::Net::Mime::ContentType ^ contentType, cli::array <System::Byte> ^ body, Microsoft::Rtc::Internal::Collaboration::SendInstantMessageOptions ^ options, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginSendInstantMessage (this Microsoft.Rtc.Collaboration.InstantMessagingFlow imFlow, System.Net.Mime.ContentType contentType, byte[] body, Microsoft.Rtc.Internal.Collaboration.SendInstantMessageOptions options, AsyncCallback userCallback, object state);
static member BeginSendInstantMessage : Microsoft.Rtc.Collaboration.InstantMessagingFlow * System.Net.Mime.ContentType * byte[] * Microsoft.Rtc.Internal.Collaboration.SendInstantMessageOptions * AsyncCallback * obj -> IAsyncResult

Parameters

contentType
ContentType
body
Byte[]
userCallback
AsyncCallback
state
Object

Returns

Applies to