The ParameterValuesDepot type exposes the following members.

Constructors

  NameDescription
Public methodParameterValuesDepot
Initializes a new instance of the ParameterValuesDepot class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecuteQuery
Executes a query for parameter values and returns the results.
Public methodExecuteQueryAsync
Executes a query for parameter values and returns the results asynchronously.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDetailedParameterValues
Gets the details for a collection of ParameterValue instances. The input parameter values are not treated as chained. If you need the values to be treated as chained, use ValidateAssociatedParameterSet(AssociatedParameterSetQuery) instead.
Public methodGetDetailedParameterValuesAsync
Asynchronously gets the details for a collection of ParameterValue instances. The input parameter values are not treated as chained. If you need the values to be treated as chained, use ValidateAssociatedParameterSet(AssociatedParameterSetQuery) instead.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWatchedResults
Gets the collection of AssociatedParameterSetValue that match the watched AssociatedParameterSetQuery.
Public methodIsWatching
Determines whether this instance is watching.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStartWatchingQuery
A synchronous request to query and watch parameter values.
Public methodStartWatchingQueryAsync
Starts an asynchronous request to query and watch parameter values.
Public methodStopWatchingQuery
A synchronous request to stop watching queried parameter values.
Public methodStopWatchingQueryAsync
Start an asynchronous request to stop watching queried parameter values.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidateAssociatedParameterSet
Validates a set of associated parameter values.
Public methodValidateAssociatedParameterSetAsync
Executes a query for parameter values and returns the results asynchronously.

Events

  NameDescription
Public eventQueryResultsChanged
Occurs when a result to a watched query changes.

See Also