ContainerUpdateOperation Class

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

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Collaboration.Presence.ContainerUpdateOperation

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

Syntax

'Declaration
Public Class ContainerUpdateOperation
'Usage
Dim instance As ContainerUpdateOperation
public class 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 successful, and the endpoint has subscribed for notifications, the summary of memberships set on a particular container is returned as a ContainerMembership object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ContainerUpdateOperation Members

Microsoft.Rtc.Collaboration.Presence Namespace

ContainerMembership

ContainerNotificationEventArgs

SourceNetwork