InstantMessagingFlowExtensions.BeginSendInstantMessage 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 ^ 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
- imFlow
- InstantMessagingFlow
- contentType
- ContentType
- body
- Byte[]
- options
- SendInstantMessageOptions
- userCallback
- AsyncCallback
- state
- Object