StaysInStatesCondition(TargetDataCell, ICollectionDataState, 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(
	TargetDataCell targetCell,
	ICollection<DataState> targetStates,
	PollingCondition pollingCondition
)

Parameters

targetCell  TargetDataCell
The target cell.
targetStates  ICollectionDataState
The target states.
pollingCondition  PollingCondition
The polling condition.
Exceptions
ExceptionCondition
ArgumentNullExceptiontargetCell or pollingCondition is .
ArgumentExceptiontargetStates is or empty or the elements are not referencing the current instance MeasureUsage object.
See Also