Edit

Share via


ContainerUpdateOperation(Int32) Constructor

Definition

Creates a new instance of the ContainerUpdateOperation class.

public:
 ContainerUpdateOperation(int containerId);
public ContainerUpdateOperation (int containerId);
new Microsoft.Rtc.Collaboration.Presence.ContainerUpdateOperation : int -> Microsoft.Rtc.Collaboration.Presence.ContainerUpdateOperation
Public Sub New (containerId As Integer)

Parameters

containerId
Int32

ID of the container being updated.

Exceptions

Thrown when containerId is not between 0 and Int16.MaxValue.

Applies to