ContainerUpdateOperation Constructor
Creates a new instance of the ContainerUpdateOperation class.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
containerId As Integer _
)
'Usage
Dim containerId As Integer
Dim instance As New ContainerUpdateOperation(containerId)
public ContainerUpdateOperation(
int containerId
)
Parameters
- containerId
Type: System.Int32
ID of the container being updated.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when containerId is not between 0 and Int16.MaxValue. |
See Also
Reference
ContainerUpdateOperation Class