ExitsStatesConditionAddSourceState Method |
Adds a
DataState to the current instance list of source states.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public void AddSourceState(
DataState state
)
Public Sub AddSourceState (
state As DataState
)
public:
void AddSourceState(
DataState^ state
)
member AddSourceState :
state : DataState -> unit
Parameters
- state
- Type: Dundas.BI.Entities.MetricSetsDataState
The DataState to add to the list.
Exceptions See Also