C# 클래스 LinqToDelicious.Delayer

상속: IDelayer
파일 보기 프로젝트 열기: maravillas/linq-to-delicious 1 사용 예제들

공개 메소드들

메소드 설명
Delay ( Callback callback ) : object

Suspends the current thread by the previously specified length of time, and executes the specified callback when finished.

Delayer ( int delay ) : System

Creates a new Delayer.

메소드 상세

Delay() 공개 메소드

Suspends the current thread by the previously specified length of time, and executes the specified callback when finished.
public Delay ( Callback callback ) : object
callback Callback The Callback to be executed when the delay is complete.
리턴 object

Delayer() 공개 메소드

Creates a new Delayer.
public Delayer ( int delay ) : System
delay int
리턴 System