C# 클래스 GoogleTestAdapter.TestAdapter.Helpers.Throttle

파일 보기 프로젝트 열기: csoltenborn/GoogleTestAdapter 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( System.Action task ) : void
Throttle ( int maxEventsPerTimeSpan, System.TimeSpan timeSpan ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( System.Action task ) : void
task System.Action
리턴 void

Throttle() 공개 메소드

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