IMetricSetService.RemoveAllStates Method |
Removes all states from the specified state group and saves the metric set.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxvoid RemoveAllStates(
MetricSet metricSet,
Guid stateGroupId
)
Sub RemoveAllStates (
metricSet As MetricSet,
stateGroupId As Guid
)
void RemoveAllStates(
MetricSet^ metricSet,
Guid stateGroupId
)
abstract RemoveAllStates :
metricSet : MetricSet *
stateGroupId : Guid -> unit
Parameters
- metricSet
- Type: Dundas.BI.Entities.MetricSets.MetricSet
The metric set. - stateGroupId
- Type: System.Guid
The state group identifier.
Exceptions
See Also