C# Класс NuGetGallery.Monitoring.MonitorSet

A collection of monitors to run at a specific interval
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MonitorSet ( string name, System.TimeSpan period ) : System
MonitorSet ( string name, System.TimeSpan period, IEnumerable monitors ) : System
Run ( IEventReporter reporter, CancellationToken cancelToken ) : Task

Starts running the monitor.

Описание методов

MonitorSet() публичный Метод

public MonitorSet ( string name, System.TimeSpan period ) : System
name string
period System.TimeSpan
Результат System

MonitorSet() публичный Метод

public MonitorSet ( string name, System.TimeSpan period, IEnumerable monitors ) : System
name string
period System.TimeSpan
monitors IEnumerable
Результат System

Run() публичный Метод

Starts running the monitor.
public Run ( IEventReporter reporter, CancellationToken cancelToken ) : Task
reporter IEventReporter An object used to report status to the underlying monitoring infrastructure
cancelToken System.Threading.CancellationToken A token used to cancel the monitoring operation
Результат Task