C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.Logging.Decorator.DelayedProcessingActionDecorator

Logs how many records where moved
상속: IDelayedProcessingAction
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
DelayedProcessingActionDecorator ( ILogFactory log, IDelayedProcessingAction handler ) : System.Threading

Initializes a new instance of the ReceiveMessageQueryDecorator class.

Run ( CancellationToken token ) : long

Runs the action

메소드 상세

DelayedProcessingActionDecorator() 공개 메소드

Initializes a new instance of the ReceiveMessageQueryDecorator class.
public DelayedProcessingActionDecorator ( ILogFactory log, IDelayedProcessingAction handler ) : System.Threading
log ILogFactory The log.
handler IDelayedProcessingAction The handler.
리턴 System.Threading

Run() 공개 메소드

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