EndEject Method
Terminates the conference and forces all participants to leave.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndEject ( _
result As IAsyncResult _
)
'Usage
Dim instance As ConferenceSession
Dim result As IAsyncResult
instance.EndEject(result)
public void EndEject(
IAsyncResult result
)
Parameters
- result
Type: System..::..IAsyncResult
Remarks
To leave a conference and let the remaining participants continue with the conference, leave the conference instead.