C# 클래스 SevenDigital.Messaging.MessageReceiving.SleepWrapper

Thread sleep implementation of sleeping
상속: ISleepWrapper
파일 보기 프로젝트 열기: i-e-b/SevenDigital.Messaging

공개 메소드들

메소드 설명
BurstSleep ( ) : int

Increase sleep duration, returning the new duration

Reset ( ) : void

Reset sleep duration

SleepMore ( ) : void

Sleep and increment duration

메소드 상세

BurstSleep() 공개 메소드

Increase sleep duration, returning the new duration
public BurstSleep ( ) : int
리턴 int

Reset() 공개 메소드

Reset sleep duration
public Reset ( ) : void
리턴 void

SleepMore() 공개 메소드

Sleep and increment duration
public SleepMore ( ) : void
리턴 void