Process updated session properties.

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

Syntax

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

PropertyMergeInformation(
Of 

McuSessionProperties) _
)
C#
protected 
override 
void 
HandlePropertiesChanged(
	

PropertyMergeInformation<

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

PropertyMergeInformation<

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

Parameters

pmi
Type: Microsoft.Rtc.Internal.Collaboration . . :: . PropertyMergeInformation < (Of < ( McuSessionProperties > ) > )
Current property values and changed information.

See Also