C# Class GoogleTestAdapter.TestAdapter.Helpers.Throttle

Afficher le fichier Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( System.Action task ) : void
Throttle ( int maxEventsPerTimeSpan, System.TimeSpan timeSpan ) : System

Method Details

Execute() public méthode

public Execute ( System.Action task ) : void
task System.Action
Résultat void

Throttle() public méthode

public Throttle ( int maxEventsPerTimeSpan, System.TimeSpan timeSpan ) : System
maxEventsPerTimeSpan int
timeSpan System.TimeSpan
Résultat System