EntersStatesConditionAddSourceState Method |
Adds a
DataState to the current instance list of source states.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void AddSourceState(
DataState state
)
Public Sub AddSourceState (
state As DataState
)
public:
void AddSourceState(
DataState^ state
)
member AddSourceState :
state : DataState -> unit Parameters
- state DataState
- The DataState to add to the list.
Exceptions
See Also