BeginEject Method (ConversationParticipant, AsyncCallback, Object)
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function BeginEject ( _
participant As ConversationParticipant, _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As McuSession
Dim participant As ConversationParticipant
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginEject(participant, _
userCallback, state)
public IAsyncResult BeginEject(
ConversationParticipant participant,
AsyncCallback userCallback,
Object state
)
Parameters
- participant
Type: Microsoft.Rtc.Collaboration..::..ConversationParticipant
- userCallback
Type: System..::..AsyncCallback
- state
Type: System..::..Object
Return Value
Type: System..::..IAsyncResult