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
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat int