McuSession.RaiseAttendanceChanged<TProperties> Method

Definition

Raises a attendance changed event on behalf of the derived class.

C#
protected void RaiseAttendanceChanged<TProperties> (System.Collections.ObjectModel.Collection<System.Collections.Generic.KeyValuePair<Microsoft.Rtc.Collaboration.ParticipantEndpoint,Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties>> addedEndpoints, System.Collections.ObjectModel.Collection<System.Collections.Generic.KeyValuePair<Microsoft.Rtc.Collaboration.ParticipantEndpoint,Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties>> removedEndpoints, EventHandler<Microsoft.Rtc.Collaboration.ParticipantEndpointAttendanceChangedEventArgs<TProperties>> handler) where TProperties : Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties;

Type Parameters

TProperties

The strong type of the Participant properties.

Parameters

addedEndpoints
Collection<KeyValuePair<ParticipantEndpoint,McuParticipantEndpointProperties>>

Endpoints added to the MCU.

removedEndpoints
Collection<KeyValuePair<ParticipantEndpoint,McuParticipantEndpointProperties>>

Endpoints removed from the MCU.

handler
EventHandler<ParticipantEndpointAttendanceChangedEventArgs<TProperties>>

The multicast delegate to notify. May be null.

Applies to

Producto Versiones
Lync UCMA 4.0, 5.0, latest