Represents a watched object used to query the valid parameters when making statistic values requests.

Namespace: ININ.IceLib.Statistics
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class ParameterValuesDepot
Visual Basic
Public Class ParameterValuesDepot

Remarks

The ParameterValuesDepot provides access to parameter values. StartWatchingQuery(AssociatedParameterSetQuery) creates a parameter watch for the given query, triggering QueryResultsChanged whenever the parameters have changed. ExecuteQuery(ParameterQuery) will immediately retrieve parameters for the given query. ValidateAssociatedParameterSet(AssociatedParameterSetQuery) will check with the server to determine if the given query is still valid.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Statistics..::..ParameterValuesDepot

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also