C# Класс Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.Implementation.QuickPulse.Helpers.QuickPulseTimings

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
QuickPulseTimings ( System.TimeSpan servicePollingInterval, System.TimeSpan collectionInterval ) : System
QuickPulseTimings ( System.TimeSpan servicePollingInterval, System.TimeSpan servicePollingBackedOffInterval, System.TimeSpan timeToServicePollingBackOff, System.TimeSpan collectionInterval, System.TimeSpan timeToCollectionBackOff, System.TimeSpan catastrophicFailuretimeout ) : System

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

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

public QuickPulseTimings ( System.TimeSpan servicePollingInterval, System.TimeSpan collectionInterval ) : System
servicePollingInterval System.TimeSpan
collectionInterval System.TimeSpan
Результат System

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

public QuickPulseTimings ( System.TimeSpan servicePollingInterval, System.TimeSpan servicePollingBackedOffInterval, System.TimeSpan timeToServicePollingBackOff, System.TimeSpan collectionInterval, System.TimeSpan timeToCollectionBackOff, System.TimeSpan catastrophicFailuretimeout ) : System
servicePollingInterval System.TimeSpan
servicePollingBackedOffInterval System.TimeSpan
timeToServicePollingBackOff System.TimeSpan
collectionInterval System.TimeSpan
timeToCollectionBackOff System.TimeSpan
catastrophicFailuretimeout System.TimeSpan
Результат System