C# Class SevenDigital.Messaging.MessageReceiving.SleepWrapper

Thread sleep implementation of sleeping
Inheritance: ISleepWrapper
显示文件 Open project: i-e-b/SevenDigital.Messaging

Public Methods

Method Description
BurstSleep ( ) : int

Increase sleep duration, returning the new duration

Reset ( ) : void

Reset sleep duration

SleepMore ( ) : void

Sleep and increment duration

Method Details

BurstSleep() public method

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

Reset() public method

Reset sleep duration
public Reset ( ) : void
return void

SleepMore() public method

Sleep and increment duration
public SleepMore ( ) : void
return void