Parse the containerMembership Xml received in notification and create a list of ContainerMembership objects. This method is added only for debugging purpose.

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

Syntax

Visual Basic (Declaration)
Public 
Shared 
Function 
ParseContainerListFromXml ( _
	
containerXml 
As 
String _
) 
As 
IEnumerable(
Of 

ContainerMembership)
C#
public 
static 
IEnumerable<

ContainerMembership> 
ParseContainerListFromXml(
	
string 
containerXml
)
Visual C++
public:
static 
IEnumerable<

ContainerMembership^>^ 
ParseContainerListFromXml(
	
String^ 
containerXml
)
JavaScript

Microsoft.Rtc.Collaboration.Presence.ContainerMembership.
parseContainerListFromXml = 
function(
containerXml);

Parameters

containerXml
Type: String

Return Value

See Also