BlobConfigurationSource Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling. |
The BlobConfigurationSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BlobConfigurationSource |
Initializes a new instance of the BlobConfigurationSource class.
|
Methods
Name | Description | |
---|---|---|
Add |
Adds a ConfigurationSection to the configuration and saves the configuration source.
|
|
AddSectionChangeHandler |
Adds a handler to be called when changes to section
are detected.
|
|
Dispose() |
Releases the resources used by the change watchers.
|
|
Dispose(Boolean) |
Releases the resources used by the change watchers.
|
|
Equals | (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.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetSection |
Retrieves the specified ConfigurationSection from the configuration file, and starts watching for its changes if not watching already.
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
OnSourceChanged |
Raises the SourceChanged event.
|
|
Remove |
Removes a ConfigurationSection from the configuration and saves the configuration source.
|
|
RemoveSectionChangeHandler |
Remove a handler to be called when changes to section
are detected.
|
|
ToString | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
SourceChanged |
Event raised when any section in this configuration source has changed.
|
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration Namespace