Class TraceMark
Provides statistics about the currently executing component that is used for grouping trace records.
Inheritance
System.Object
TraceMark
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.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 |
---|---|---|
System.String | name | Name of the executing component. |
Properties
ElapsedTime
Gets the elapsed component execution time.
Declaration
public TimeSpan ElapsedTime { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Name
Gets the name of the executing component.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |