SeatCount Constructor (Int32, Int32, Double)

Initializes a new instance of the SeatCount structure.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public SeatCount(
	int baseSeatCount,
	int elasticSeatCount,
	double elasticHourCount
)

Parameters

baseSeatCount
Type: SystemInt32
The base seat count.
elasticSeatCount
Type: SystemInt32
The elastic seat count.
elasticHourCount
Type: SystemDouble
The elastic hour count.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionAny of the parameters have a value less than zero.
Remarks
A value of MaxValue for any parameters indicates that the count is unlimited.
See Also