C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.DelayedProcessingAction

Executes the move delayed records command
상속: IDelayedProcessingAction
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
DelayedProcessingAction ( long>.ICommandHandlerWithOutput moveRecords ) : System.Threading

Initializes a new instance of the DelayedProcessingAction class.

Run ( CancellationToken token ) : long

Runs delayed action command

메소드 상세

DelayedProcessingAction() 공개 메소드

Initializes a new instance of the DelayedProcessingAction class.
public DelayedProcessingAction ( long>.ICommandHandlerWithOutput moveRecords ) : System.Threading
moveRecords long>.ICommandHandlerWithOutput The move records.
리턴 System.Threading

Run() 공개 메소드

Runs delayed action command
public Run ( CancellationToken token ) : long
token System.Threading.CancellationToken The token.
리턴 long