Edit

Share via


InternalConferencingExtensions.BeginSendCommand Method

Definition

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
userCallback
AsyncCallback
state
Object

Returns

Applies to