C# 클래스 CoreTechs.Logging.LoggingInterval

상속: IDisposable
파일 보기 프로젝트 열기: Core-Techs/Logging

공개 메소드들

메소드 설명
Dispose ( ) : void
LoggingInterval ( DateTimeOffset beginning, System.TimeSpan duration ) : System
LoggingInterval ( int n, UnitOfTime unit, DateTimeOffset beginning = null ) : System
Parse ( string s ) : LoggingInterval
StartTimer ( ) : void
Update ( ) : bool

Updates the Beginning property based on the current time.

보호된 메소드들

메소드 설명
OnIntervalEnding ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LoggingInterval() 공개 메소드

public LoggingInterval ( DateTimeOffset beginning, System.TimeSpan duration ) : System
beginning DateTimeOffset
duration System.TimeSpan
리턴 System

LoggingInterval() 공개 메소드

public LoggingInterval ( int n, UnitOfTime unit, DateTimeOffset beginning = null ) : System
n int
unit UnitOfTime
beginning DateTimeOffset
리턴 System

OnIntervalEnding() 보호된 메소드

protected OnIntervalEnding ( ) : void
리턴 void

Parse() 공개 정적인 메소드

public static Parse ( string s ) : LoggingInterval
s string
리턴 LoggingInterval

StartTimer() 공개 메소드

public StartTimer ( ) : void
리턴 void

Update() 공개 메소드

Updates the Beginning property based on the current time.
public Update ( ) : bool
리턴 bool