C# 클래스 DotNetWorkQueue.Factory.QueueDelayFactory

Creates new instances of IQueueDelay
상속: IQueueDelayFactory
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Create ( ) : IQueueDelay

Creates a new instance of IQueueDelay with the default delays

Create ( IEnumerable delays ) : IQueueDelay

Creates a new instance of IQueueDelay with the specified delays.

메소드 상세

Create() 공개 메소드

Creates a new instance of IQueueDelay with the default delays
public Create ( ) : IQueueDelay
리턴 IQueueDelay

Create() 공개 메소드

Creates a new instance of IQueueDelay with the specified delays.
public Create ( IEnumerable delays ) : IQueueDelay
delays IEnumerable The delays.
리턴 IQueueDelay