C# 클래스 DotNetWorkQueue.Transport.PostgreSQL.Integration.Tests.ConsumerAsync.SimpleConsumerAsync

파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Run void

공개 메소드들

메소드 설명
CreateFactory ( int maxThreads, int maxQueueSize, SchedulerContainer &schedulerCreator ) : ITaskFactory
Run ( int messageCount, int runtime, int timeOut, int workerCount, int readerCount, int queueSize, bool useTransactions, int messageType, ITaskFactory factory ) : void

비공개 메소드들

메소드 설명
Run ( int messageCount, int runtime, int timeOut, int workerCount, int readerCount, int queueSize, bool useTransactions, int messageType ) : void

메소드 상세

CreateFactory() 공개 정적인 메소드

public static CreateFactory ( int maxThreads, int maxQueueSize, SchedulerContainer &schedulerCreator ) : ITaskFactory
maxThreads int
maxQueueSize int
schedulerCreator SchedulerContainer
리턴 ITaskFactory

Run() 공개 메소드

public Run ( int messageCount, int runtime, int timeOut, int workerCount, int readerCount, int queueSize, bool useTransactions, int messageType, ITaskFactory factory ) : void
messageCount int
runtime int
timeOut int
workerCount int
readerCount int
queueSize int
useTransactions bool
messageType int
factory ITaskFactory
리턴 void