The ServerParameterConfigurationList type exposes the following members.
Methods
| Name | Description | |||
|---|---|---|---|---|
| ChangeWatchQuerySettings |
Changes the query settings, replacing the current QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> with those passed in.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
| ChangeWatchQuerySettingsAsync |
Changes the query settings asynchronously, replacing the current QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> with those passed in.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
| CreateObject |
Creates a new object in the list.
(Inherited from EditableConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
| CreateObjectAsync |
Asynchronously creates a new object in the list.
(Inherited from EditableConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
| CreateQuerySettings |
Creates a query settings object that is appropriate to this list's query functions, such as StartCaching()()()().
The QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> class is constructed with default values to use a dynamic limit to return all IDs and
display names that the current user has view access to. This list is sorted ascending by display name.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |||
| 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.) | |||
| GetConfigurationList |
Gets the configuration list.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |||
| IsDialerEnabled |
Queries the server for whether Dialer is enabled on the server.
|
| This method call will result in a call to the server. This call can potentially time out, and caution should be taken to ensure that this call is made as few times as possible. |
Creates a shallow copy of the current Object.
(Inherited from Object.)
Refreshes the current watch, which will update the list with any new items that match the current
QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Refreshes the current watch asynchronously, which will update the list with any new items that match the current
QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Starts caching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Starts caching the specified configuration objects.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Asynchronously starts caching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Asynchronously starts caching the specified configuration objects.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Starts watching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Starts watching the specified configuration objects.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Asynchronously starts watching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Asynchronously starts watching the specified configuration objects.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Stops caching the configuration objects.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Stops watching the configuration objects.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)
Asynchronously stops watching the configuration list.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.)Returns a String that represents the current Object.
(Inherited from Object.)