Share via


BeginSendCommand Method

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Protected Function BeginSendCommand ( _
    command As ConferenceCommand, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim command As ConferenceCommand
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = Me.BeginSendCommand(command, _
    userCallback, state)
protected IAsyncResult BeginSendCommand(
    ConferenceCommand command,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return Value

Type: System..::..IAsyncResult

See Also

Reference

McuSession Class

McuSession Members

Microsoft.Rtc.Collaboration Namespace