Search Results for

    Show / Hide Table of Contents

    Class RepositoryMonitoringElement

    Represents configuration element containing settings for the repository's monitoring system.

    Inheritance
    object
    ConfigurationElement
    RepositoryMonitoringElement
    Inherited Members
    ConfigurationElement.IsReadOnly()
    ConfigurationElement.Equals(object)
    ConfigurationElement.GetHashCode()
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.ElementInformation
    ConfigurationElement.CurrentConfiguration
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    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
    Overrides
    ConfigurationElement.Properties

    Writers

    Gets the collection of elements each representing the fully qualified monitoring data writer type name.

    Declaration
    [ConfigurationProperty("writers")]
    public ValueElementCollection Writers { get; }
    Property Value
    Type Description
    ValueElementCollection
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation