The ConfigurationContainer<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> type exposes the following members.

Methods

  NameDescription
Public methodChangeWatchedProperties
Changes the watched properties, replacing the current ones with those passed in.
Public methodChangeWatchedPropertiesAsync
Changes the watched properties, replacing the current ones with those passed in.
Public methodChangeWatchedQuerySettings
Changes the watched query settings.
Public methodChangeWatchedQuerySettingsAsync
Changes the watched query settings.
Public methodChangeWatchQuerySettingsAsync Obsolete.
Changes the query settings async.
Public methodCreateQuerySettings
Creates a query settings object that is appropriate to this container object's query functions, such as StartCaching(IEnumerable<(Of <<'(TPropertyEnum>)>>)).
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodGetConfigurationItem
Gets the configuration item.
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStartCaching(IEnumerable<(Of <<'(TPropertyEnum>)>>))
Starts caching the specified configuration objects.
Public methodStartCaching(ContainerQuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>))
Starts caching the specified configuration objects.
Public methodStartCachingAsync(IEnumerable<(Of <<'(TPropertyEnum>)>>), AsyncCompletedEventHandler, Object)
Asynchronously starts caching the specified configuration objects.
Public methodStartCachingAsync(ContainerQuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>), AsyncCompletedEventHandler, Object)
Asynchronously starts caching the specified configuration objects.
Public methodStartWatching(IEnumerable<(Of <<'(TPropertyEnum>)>>))
Starts watching the specified properties of the configuration object.
Public methodStartWatching(ContainerQuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>))
Starts watching the configuration object.
Public methodStartWatchingAsync(IEnumerable<(Of <<'(TPropertyEnum>)>>), AsyncCompletedEventHandler, Object)
Asynchronously starts watching the specified configuration objects.
Public methodStartWatchingAsync(ContainerQuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>), AsyncCompletedEventHandler, Object)
Asynchronously starts watching the specified configuration objects.
Public methodStopCaching
Stops caching the configuration objects.
Public methodStopWatching
Public methodStopWatchingAsync
Asynchronously stops watching the configuration list.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyConfigurationManager
Gets the configuration manager.
Public propertyIsCaching
Gets a value indicating whether this instance is cached.
Public propertyIsWatching
Gets a value indicating whether this instance is watched.

Events

  NameDescription
Public eventConfigurationObjectsAdded
Occurs when at least one item of type TConfigurationObject is added.
Public eventConfigurationObjectsChanged
Occurs when at least one item of type TConfigurationObject is modified.
Public eventConfigurationObjectsRemoved
Occurs when at least one item of type TConfigurationObject is removed.

See Also