InternalConferencingExtensions.BeginSendCommand 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 ^ BeginSendCommand(Microsoft::Rtc::Collaboration::McuSession ^ mcuSession, Microsoft::Rtc::Internal::Collaboration::Conferencing::Commands::ConferenceCommand ^ command, Microsoft::Rtc::Collaboration::ConferenceCommandOptions ^ options, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginSendCommand (this Microsoft.Rtc.Collaboration.McuSession mcuSession, Microsoft.Rtc.Internal.Collaboration.Conferencing.Commands.ConferenceCommand command, Microsoft.Rtc.Collaboration.ConferenceCommandOptions options, AsyncCallback userCallback, object state);
static member BeginSendCommand : Microsoft.Rtc.Collaboration.McuSession * Microsoft.Rtc.Internal.Collaboration.Conferencing.Commands.ConferenceCommand * Microsoft.Rtc.Collaboration.ConferenceCommandOptions * AsyncCallback * obj -> IAsyncResult
Parameters
- mcuSession
- McuSession
- command
- ConferenceCommand
- options
- ConferenceCommandOptions
- userCallback
- AsyncCallback
- state
- Object