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

A very simple class that determines how big a batch should be when sending a batch of messages
상속: ISendBatchSize
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
BatchSize ( int messageCount ) : int

Determines the size of the send message batch, based on the total number of messages to be sent

메소드 상세

BatchSize() 공개 메소드

Determines the size of the send message batch, based on the total number of messages to be sent
public BatchSize ( int messageCount ) : int
messageCount int The message count.
리턴 int