Process updated session properties.

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

Syntax

Visual Basic (Declaration)
Protected 
MustOverride 
Sub 
HandlePropertiesChanged ( _
	
pmi 
As 

PropertyMergeInformation(
Of 

McuSessionProperties) _
)
C#
protected 
abstract 
void 
HandlePropertiesChanged(
	

PropertyMergeInformation<

McuSessionProperties> 
pmi
)
Visual C++
protected:
virtual 
void 
HandlePropertiesChanged(
	

PropertyMergeInformation<

McuSessionProperties^>^ 
pmi
) 
abstract
JavaScript
function 
handlePropertiesChanged(
pmi);

Parameters

pmi
Type: Microsoft.Rtc.Internal.Collaboration . . :: . PropertyMergeInformation < (Of < ( McuSessionProperties > ) > )
Property change information.

See Also