StaysInStatesCondition(ICollectionTargetDataCell, ICollectionDataState, RequestOverrides, IEnumerableParameterValue, PollingCondition) Constructor

Initializes a new instance of the StaysInStatesCondition class.

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public StaysInStatesCondition(
	ICollection<TargetDataCell> targetCells,
	ICollection<DataState> targetStates,
	RequestOverrides requestOverrides,
	IEnumerable<ParameterValue> parameterValues,
	PollingCondition pollingCondition
)

Parameters

targetCells  ICollectionTargetDataCell
The target cells.
targetStates  ICollectionDataState
The target states.
requestOverrides  RequestOverrides
The request overrides.
parameterValues  IEnumerableParameterValue
The parameter values.
pollingCondition  PollingCondition
The polling condition.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequestOverrides, parameterValues or pollingCondition is .
ArgumentExceptiontargetCells or targetStates is or empty or the elements are not referencing the same MeasureUsage object.
See Also