The ParameterValuesDepot type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParameterValuesDepot |
Initializes a new instance of the ParameterValuesDepot class.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
ExecuteQuery |
Executes a query for parameter values and returns the results.
| |
ExecuteQueryAsync |
Executes a query for parameter values and returns the results asynchronously.
| |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetDetailedParameterValues |
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.
| |
GetDetailedParameterValuesAsync |
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.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWatchedResults |
Gets the collection of AssociatedParameterSetValue that match the watched AssociatedParameterSetQuery.
| |
IsWatching |
Determines whether this instance is watching.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
StartWatchingQuery |
A synchronous request to query and watch parameter values.
| |
StartWatchingQueryAsync |
Starts an asynchronous request to query and watch parameter values.
| |
StopWatchingQuery |
A synchronous request to stop watching queried parameter values.
| |
StopWatchingQueryAsync |
Start an asynchronous request to stop watching queried parameter values.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
ValidateAssociatedParameterSet |
Validates a set of associated parameter values.
| |
ValidateAssociatedParameterSetAsync |
Executes a query for parameter values and returns the results asynchronously.
|
Events
Name | Description | |
---|---|---|
QueryResultsChanged |
Occurs when a result to a watched query changes.
|