Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Process updated session properties.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overrides Sub HandlePropertiesChanged ( _
pmi As PropertyMergeInformation(Of McuSessionProperties) _
)
'Usage
Dim pmi As PropertyMergeInformation(Of McuSessionProperties)
Me.HandlePropertiesChanged(pmi)
protected override void HandlePropertiesChanged(
PropertyMergeInformation<McuSessionProperties> pmi
)
Parameters
- pmi
Type: PropertyMergeInformation<McuSessionProperties>
Current property values and changed information.
See Also
Reference
InstantMessagingMcuSession Class