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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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