C# Class DotNetWorkQueue.Transport.Redis.Basic.Command.MoveDelayedRecordsCommand

Move delayed records to the pending queue command
Show file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
MoveDelayedRecordsCommand ( CancellationToken token ) : System.Threading

Initializes a new instance of the MoveDelayedRecordsCommand class.

Method Details

MoveDelayedRecordsCommand() public method

Initializes a new instance of the MoveDelayedRecordsCommand class.
public MoveDelayedRecordsCommand ( CancellationToken token ) : System.Threading
token System.Threading.CancellationToken The token.
return System.Threading