Creates a new instance of the ContainerUpdateOperation class.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
containerId 
As 
Integer _
)
C#
public 
ContainerUpdateOperation(
	
int 
containerId
)
Visual C++
public:
ContainerUpdateOperation(
	
int 
containerId
)
JavaScript

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

Parameters

containerId
Type: Int32
ID of the container being updated.

Exceptions

Exception Condition
ArgumentOutOfRangeException Thrown when containerIdis not between 0 and Int16.MaxValue.

See Also