Search Results for

    Show / Hide Table of Contents

    Class CoreTmNullMetricsReporter

    Inheritance
    object
    CoreTmNullMetricsReporter
    Implements
    ICoreTmMetricsReporter
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory.Metrics
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class CoreTmNullMetricsReporter : ICoreTmMetricsReporter

    Constructors

    CoreTmNullMetricsReporter()

    Declaration
    public CoreTmNullMetricsReporter()

    Properties

    Instance

    Null object implementation

    Declaration
    public static ICoreTmMetricsReporter Instance { get; }
    Property Value
    Type Description
    ICoreTmMetricsReporter

    Methods

    SendMetricAsync(GaugeMetric)

    Sends gauge metric data

    Declaration
    public Task SendMetricAsync(GaugeMetric gauge)
    Parameters
    Type Name Description
    GaugeMetric gauge

    The gauge metric

    Returns
    Type Description
    Task

    Nothing

    Implements

    ICoreTmMetricsReporter
    In this article
    • Constructors
      • CoreTmNullMetricsReporter()
    • Properties
      • Instance
    • Methods
      • SendMetricAsync(GaugeMetric)
    • Implements
    Back to top Generated by DocFX