Timing information for a metric
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class Timing
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RequestMetrics..::..Timing()()()() | 
            Empty, stopped timing object
             | 
|  | RequestMetrics..::..Timing(Int64) | 
            Timing object in a started state
             | 
|  | ElapsedTicks | 
            Elapsed ticks from start to stop.
            If timing hasn't been stopped yet, returns 0.
             | 
|  | ElapsedTime | 
            Elapsed time from start to stop.
            If timing hasn't been stopped yet, returns TimeSpan.Zero
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsFinished | 
            Whether the timing has been stopped
             | 
|  | Stop(Int64) | 
            Stops timing
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | RequestMetrics..::..Timing |