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
- userCallback
Type: System..::..AsyncCallback
- state
Type: System..::..Object
Return Value
Type: System..::..IAsyncResult