C# Class Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.Implementation.QuickPulse.Helpers.QuickPulseTimings

Afficher le fichier Open project: Microsoft/ApplicationInsights-dotnet-server Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

QuickPulseTimings() public méthode

public QuickPulseTimings ( System.TimeSpan servicePollingInterval, System.TimeSpan collectionInterval ) : System
servicePollingInterval System.TimeSpan
collectionInterval System.TimeSpan
Résultat System

QuickPulseTimings() public méthode

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
Résultat System