StaysInStatesCondition Constructor (TargetDataCell, ICollection<DataState>, PollingCondition) |
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic 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.Notifications.TargetDataCell
The target cell. - targetStates
- Type: System.Collections.Generic.ICollection<DataState>
The target states. - pollingCondition
- Type: Dundas.BI.Notifications.PollingCondition
The polling condition.
Exceptions
See Also