The ServerParameterConfigurationList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServerParameterConfigurationList |
Initializes a new instance of the ServerParameterConfigurationList class.
|
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.
Remarks
| |||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |||
RefreshWatch |
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>)>)>.) | |||
RefreshWatchAsync |
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>)>)>.) | |||
StartCaching()()()() |
Starts caching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
StartCaching(QuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>)) |
Starts caching the specified configuration objects.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
StartCachingAsync(AsyncCompletedEventHandler, Object) |
Asynchronously starts caching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
StartCachingAsync(QuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>), AsyncCompletedEventHandler, Object) |
Asynchronously starts caching the specified configuration objects.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
StartWatching()()()() |
Starts watching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
StartWatching(QuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>)) |
Starts watching the specified configuration objects.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
StartWatchingAsync(AsyncCompletedEventHandler, Object) |
Asynchronously starts watching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
StartWatchingAsync(QuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>), AsyncCompletedEventHandler, Object) |
Asynchronously starts watching the specified configuration objects.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
StopCaching |
Stops caching the configuration objects.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
StopWatching |
Stops watching the configuration objects.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
StopWatchingAsync |
Asynchronously stops watching the configuration list.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |||
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ConfigurationManager |
Gets the configuration manager.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |
IsCaching |
Gets a value indicating whether this instance is cached.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |
IsWatching |
Gets a value indicating whether this instance is watched.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |
MoreResultsAvailable |
Gets a value indicating whether more results were available.
(Inherited from ConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) |
Events
Name | Description | |
---|---|---|
ConfigurationObjectsAdded |
Occurs when at least one item of type TConfigurationObject is added.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |
ConfigurationObjectsChanged |
Occurs when at least one item of type TConfigurationObject is modified.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) | |
ConfigurationObjectsRemoved |
Occurs when at least one item of type TConfigurationObject is removed.
(Inherited from DynamicConfigurationList<(Of <(<'TConfigurationObject, TPropertyEnum>)>)>.) |