IMetricSetServiceRemoveStateGroup Method

Removes the state group and then saves the metric set.

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
void RemoveStateGroup(
	MetricSet metricSet,
	Guid stateGroupId
)

Parameters

metricSet  MetricSet
The metric set.
stateGroupId  Guid
The state group ID.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet is .
ArgumentExceptionstateGroupId does not reference a valid state group.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also