Class TraceMark
Provides statistics about the currently executing component that is used for grouping trace records.
Inherited Members
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 |