C# 클래스 Elders.Hystrix.NET.Util.ActualTime

Provides a method to get the current time. It uses Stopwatch.
상속: ITime
파일 보기 프로젝트 열기: Elders/Hystrix.NET

공개 프로퍼티들

프로퍼티 타입 설명
Instance ActualTime

공개 메소드들

메소드 설명
GetCurrentTimeInMillis ( ) : long

Gets the current time in milliseconds.

비공개 메소드들

메소드 설명
ActualTime ( ) : System

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

메소드 상세

GetCurrentTimeInMillis() 공개 메소드

Gets the current time in milliseconds.
public GetCurrentTimeInMillis ( ) : long
리턴 long

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

The singleton instance of the ActualTime class.
public static ActualTime,Elders.Hystrix.NET.Util Instance
리턴 ActualTime