C# 클래스 SocialSense.Spiders.Behaviors.RandomDelayBehavior

상속: Behavior
파일 보기 프로젝트 열기: fakeezz/social-sense

공개 메소드들

메소드 설명
Execute ( ) : void
RandomDelayBehavior ( System.TimeSpan initialInvertal, System.TimeSpan finalInterval ) : System
RandomDelayBehavior ( int initialSeconds, int finalSeconds ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

RandomDelayBehavior() 공개 메소드

public RandomDelayBehavior ( System.TimeSpan initialInvertal, System.TimeSpan finalInterval ) : System
initialInvertal System.TimeSpan
finalInterval System.TimeSpan
리턴 System

RandomDelayBehavior() 공개 메소드

public RandomDelayBehavior ( int initialSeconds, int finalSeconds ) : System
initialSeconds int
finalSeconds int
리턴 System