McuSession.HandlePropertiesChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Process updated session properties.
protected:
abstract void HandlePropertiesChanged(Microsoft::Rtc::Internal::Collaboration::PropertyMergeInformation<Microsoft::Rtc::Collaboration::McuSessionProperties ^> ^ pmi);
protected abstract void HandlePropertiesChanged (Microsoft.Rtc.Internal.Collaboration.PropertyMergeInformation<Microsoft.Rtc.Collaboration.McuSessionProperties> pmi);
abstract member HandlePropertiesChanged : Microsoft.Rtc.Internal.Collaboration.PropertyMergeInformation<Microsoft.Rtc.Collaboration.McuSessionProperties> -> unit
Protected MustOverride Sub HandlePropertiesChanged (pmi As PropertyMergeInformation(Of McuSessionProperties))
Parameters
Property change information.