Class RepositoryMonitoringElement
Represents configuration element containing settings for the repository's monitoring system.
Namespace: Nevatech.Vsb.Repository.Configuration
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class RepositoryMonitoringElement : ConfigurationElement
Constructors
RepositoryMonitoringElement()
Declaration
public RepositoryMonitoringElement()
Fields
WritersElementName
Name of the element representing Writers property.
Declaration
public const string WritersElementName = "writers"
Field Value
Type | Description |
---|---|
String |
Properties
Properties
Gets collection of configuration element properties.
Declaration
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
Type | Description |
---|---|
ConfigurationPropertyCollection |
Writers
Gets the collection of elements each representing the fully qualified monitoring data writer type name.
Declaration
public ValueElementCollection Writers { get; }
Property Value
Type | Description |
---|---|
ValueElementCollection |