C# Class Elders.Hystrix.NET.Util.ActualTime

Provides a method to get the current time. It uses Stopwatch.
Inheritance: ITime
Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Свойство Type Description
Instance ActualTime

Méthodes publiques

Méthode Description
GetCurrentTimeInMillis ( ) : long

Gets the current time in milliseconds.

Private Methods

Méthode Description
ActualTime ( ) : System

Prevents a default instance of the ActualTime class from being created.

Method Details

GetCurrentTimeInMillis() public méthode

Gets the current time in milliseconds.
public GetCurrentTimeInMillis ( ) : long
Résultat long

Property Details

Instance public_oe static_oe property

The singleton instance of the ActualTime class.
public static ActualTime,Elders.Hystrix.NET.Util Instance
Résultat ActualTime