C# Class GoogleTestAdapter.TestAdapter.Helpers.Throttle

ファイルを表示 Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

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

Method Details

Execute() public method

public Execute ( System.Action task ) : void
task System.Action
return void

Throttle() public method

public Throttle ( int maxEventsPerTimeSpan, System.TimeSpan timeSpan ) : System
maxEventsPerTimeSpan int
timeSpan System.TimeSpan
return System