C# Class Gallifrey.IdleTimers.IdleTimerCollection

Inheritance: IIdleTimerCollection
Show file Open project: BlythMeister/Gallifrey Class Usage Examples

Public Methods

Method Description
GetTimer ( System.Guid uniqueId ) : IdleTimer
GetUnusedLockTimers ( ) : IEnumerable
RemoveOldTimers ( ) : void
RemoveTimer ( System.Guid uniqueId ) : void

Private Methods

Method Description
IdleTimerCollection ( ) : System
NewLockTimer ( System.TimeSpan initalTimeSpan ) : void
SaveTimers ( ) : void
StopLockedTimers ( ) : Guid?

Method Details

GetTimer() public method

public GetTimer ( System.Guid uniqueId ) : IdleTimer
uniqueId System.Guid
return IdleTimer

GetUnusedLockTimers() public method

public GetUnusedLockTimers ( ) : IEnumerable
return IEnumerable

RemoveOldTimers() public method

public RemoveOldTimers ( ) : void
return void

RemoveTimer() public method

public RemoveTimer ( System.Guid uniqueId ) : void
uniqueId System.Guid
return void