Show / Hide Table of Contents

    Class TraceMark

    Provides statistics about the currently executing component that is used for grouping trace records.

    Inheritance
    Object
    TraceMark
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Diagnostics
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class TraceMark

    Constructors

    TraceMark(String)

    Initializes new instance with the component name.

    Declaration
    public TraceMark(string name)
    Parameters
    Type Name Description
    String name

    Name of the executing component.

    Properties

    ElapsedTime

    Gets the elapsed component execution time.

    Declaration
    public TimeSpan ElapsedTime { get; }
    Property Value
    Type Description
    TimeSpan

    Name

    Gets the name of the executing component.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    Back to top Nevatech Sentinet 6.5 Online Documentation