C# Class DotNetWorkQueue.Transport.Redis.Basic.RedisSimpleBatchSize

A very simple class that determines how big a batch should be when sending a batch of messages
Inheritance: ISendBatchSize
Datei anzeigen Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
BatchSize ( int messageCount ) : int

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

Method Details

BatchSize() public method

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.
return int