AX#

Search Results for

    Show / Hide Table of Contents

    Class UiLatencyBreach

    Describes a breach of the UserInterface latency budget.

    Inheritance
    object
    UiLatencyBreach
    Implements
    IEquatable<UiLatencyBreach>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: AXSharp.Connector
    Assembly: AXSharp.Connector.dll
    Syntax
    public sealed record UiLatencyBreach : IEquatable<UiLatencyBreach>

    Constructors

    | Edit this page View Source

    UiLatencyBreach(double, int, double, double)

    Describes a breach of the UserInterface latency budget.

    Declaration
    public UiLatencyBreach(double TotalMs, int ChunkCount, double QueueWaitMs, double ExecutionMs)
    Parameters
    Type Name Description
    double TotalMs

    Whole-batch duration.

    int ChunkCount

    Number of chunks in the batch.

    double QueueWaitMs

    Time spent waiting for the first dispatch slot.

    double ExecutionMs

    Time spent executing (total minus queue wait).

    Properties

    | Edit this page View Source

    ChunkCount

    Number of chunks in the batch.

    Declaration
    public int ChunkCount { get; init; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ExecutionMs

    Time spent executing (total minus queue wait).

    Declaration
    public double ExecutionMs { get; init; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    QueueWaitMs

    Time spent waiting for the first dispatch slot.

    Declaration
    public double QueueWaitMs { get; init; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    TotalMs

    Whole-batch duration.

    Declaration
    public double TotalMs { get; init; }
    Property Value
    Type Description
    double

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFx. © MTS spol. s r.o. and awesome contributors