Click or drag to resize

WebServiceConfigurationLoader Class

Represents a configuration loader that queries a web service for its configuration.
Inheritance Hierarchy
SystemObject
  GSF.TimeSeries.ConfigurationConfigurationLoaderBase
    GSF.TimeSeries.ConfigurationWebServiceConfigurationLoader

Namespace: GSF.TimeSeries.Configuration
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public class WebServiceConfigurationLoader : ConfigurationLoaderBase
View Source

The WebServiceConfigurationLoader type exposes the following members.

Constructors
 NameDescription
Public methodWebServiceConfigurationLoaderInitializes a new instance of the WebServiceConfigurationLoader class
Top
Properties
 NameDescription
Public propertyCanAugment Gets the flag that indicates whether augmentation is supported by this configuration loader.
(Overrides ConfigurationLoaderBaseCanAugment)
Protected propertyLog Log messages generated by an adapter.
(Inherited from ConfigurationLoaderBase)
Public propertyURI Gets or sets the URI for the web service.
Top
Methods
 NameDescription
Public methodAugment Not supported.
(Overrides ConfigurationLoaderBaseAugment(DataSet))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoad Loads the entire configuration data set from scratch.
(Overrides ConfigurationLoaderBaseLoad)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnProcessException Raises the ProcessException event.
(Inherited from ConfigurationLoaderBase)
Protected methodOnStatusMessage Raises the StatusMessage event and sends this data to the Logger.
(Inherited from ConfigurationLoaderBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventProcessException Occurs when the configuration loader encounters a non-catastrophic exception.
(Inherited from ConfigurationLoaderBase)
Public eventStatusMessage Occurs when the configuration loader has a message to provide about its current status.
(Inherited from ConfigurationLoaderBase)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also