RaiseSessionParticipantPropertyChanged(TProperties) Method

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

Syntax

'Declaration
Protected Sub RaiseSessionParticipantPropertyChanged(Of TProperties As McuParticipantEndpointProperties) ( _
    endpoint As ParticipantEndpoint, _
    pmi As PropertyMergeInformation(Of McuParticipantEndpointProperties), _
    handler As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of TProperties)) _
)
'Usage
Dim endpoint As ParticipantEndpoint
Dim pmi As PropertyMergeInformation(Of McuParticipantEndpointProperties)
Dim handler As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of TProperties))

Me.RaiseSessionParticipantPropertyChanged(endpoint, _
    pmi, handler)
protected void RaiseSessionParticipantPropertyChanged<TProperties>(
    ParticipantEndpoint endpoint,
    PropertyMergeInformation<McuParticipantEndpointProperties> pmi,
    EventHandler<ParticipantEndpointPropertiesChangedEventArgs<TProperties>> handler
)
where TProperties : McuParticipantEndpointProperties

Type Parameters

  • TProperties

Parameters

See Also

Reference

McuSession Class

McuSession Members

Microsoft.Rtc.Collaboration Namespace