Show / Hide Table of Contents

    Class SentinetMonitoringDataWriter

    The IMonitoringDataWriter implementation that writes monitoring data into Sentinet monitoring database.

    Inheritance
    System.Object
    SentinetMonitoringDataWriter
    Implements
    IMonitoringDataWriter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Monitoring
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class SentinetMonitoringDataWriter : IMonitoringDataWriter

    Constructors

    SentinetMonitoringDataWriter()

    Declaration
    public SentinetMonitoringDataWriter()

    Methods

    WriteBatchAsync(MonitoringBatch)

    When implemented by a class, asynchronously writes monitoring data into an underlying data store.

    Declaration
    public Task WriteBatchAsync(MonitoringBatch batch)
    Parameters
    Type Name Description
    MonitoringBatch batch

    The monitoring data batch to write.

    Returns
    Type Description
    System.Threading.Tasks.Task

    the System.Threading.Tasks.Task that can be used to await for asynchronous operation to complete.

    Exceptions
    Type Condition
    System.ArgumentNullException

    Thrown if the specified batch argument is null.

    Implements

    IMonitoringDataWriter
    Back to top Nevatech Sentinet 6.6 Online Documentation