StaysInStatesCondition Constructor (TargetDataCell, ICollectionDataState, PollingCondition) |
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public StaysInStatesCondition(
TargetDataCell targetCell,
ICollection<DataState> targetStates,
PollingCondition pollingCondition
)
Public Sub New (
targetCell As TargetDataCell,
targetStates As ICollection(Of DataState),
pollingCondition As PollingCondition
)
public:
StaysInStatesCondition(
TargetDataCell^ targetCell,
ICollection<DataState^>^ targetStates,
PollingCondition^ pollingCondition
)
new :
targetCell : TargetDataCell *
targetStates : ICollection<DataState> *
pollingCondition : PollingCondition -> StaysInStatesCondition
Parameters
- targetCell
- Type: Dundas.BI.NotificationsTargetDataCell
The target cell. - targetStates
- Type: System.Collections.GenericICollectionDataState
The target states. - pollingCondition
- Type: Dundas.BI.NotificationsPollingCondition
The polling condition.
Exceptions See Also