C# Класс CoreTechs.Logging.LoggingInterval

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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