C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.SqlQueueDelay

Holds information indicating if an existing message should have it's queue delay time increased
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
SqlQueueDelay ( System.TimeSpan increaseDelay ) : System

Initializes a new instance of the SqlQueueDelay class.

메소드 상세

SqlQueueDelay() 공개 메소드

Initializes a new instance of the SqlQueueDelay class.
public SqlQueueDelay ( System.TimeSpan increaseDelay ) : System
increaseDelay System.TimeSpan The increase delay.
리턴 System