The ContainerUpdateOperation class is used to update the memberships for a specific container. Each update can be comprised of several operations.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
ContainerUpdateOperation
C#
public 
class 
ContainerUpdateOperation
Visual C++
public 
ref class 
ContainerUpdateOperation
JavaScript

Microsoft.Rtc.Collaboration.Presence.ContainerUpdateOperation
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.Presence.ContainerUpdateOperation');

Remarks

All operations to be performed for a particular container can be specified using this class. Operations include adding or removing URIs, domains and network type flags. The server can reject the service request in case conflicting operations are set such as adding and removing the same URI in the same container update operation. If the service request is succesful, and the endpoint has subscribed for notifications, the summary of memberships set on a particular container is returned as a ContainerMembershipobject.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.Presence . . :: . ContainerUpdateOperation

See Also