C# Class DotNetWorkQueue.Transport.Redis.Basic.RedisQueueResetHeartBeat

Resets records that are outside of the heartbeat window
Inheritance: IResetHeartBeat
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
RedisQueueResetHeartBeat ( long>.ICommandHandlerWithOutput commandReset ) : System.Threading

Initializes a new instance of the RedisQueueResetHeartBeat class.

Reset ( CancellationToken cancelToken ) : long

Used to find and reset work items that are out of the heart beat window

Method Details

RedisQueueResetHeartBeat() public méthode

Initializes a new instance of the RedisQueueResetHeartBeat class.
public RedisQueueResetHeartBeat ( long>.ICommandHandlerWithOutput commandReset ) : System.Threading
commandReset long>.ICommandHandlerWithOutput The command reset.
Résultat System.Threading

Reset() public méthode

Used to find and reset work items that are out of the heart beat window
public Reset ( CancellationToken cancelToken ) : long
cancelToken System.Threading.CancellationToken The cancel token.
Résultat long