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 (26.2.0.1000)
Syntax
public void AddSourceState(
	DataState state
)

Parameters

state  DataState
The DataState to add to the list.
Exceptions
ExceptionCondition
ArgumentNullExceptionstate is .
ArgumentExceptionstate references a different MeasureUsage element than the one the current instance is attached to.
See Also