Поделиться через


HashRingBasedStreamQueueMapper Конструкторы

Определение

Перегрузки

HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String)

Инициализирует новый экземпляр класса HashRingBasedStreamQueueMapper.

HashRingBasedStreamQueueMapper(Int32, String)

HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String)

Исходный код:
HashRingBasedStreamQueueMapper.cs

Инициализирует новый экземпляр класса HashRingBasedStreamQueueMapper.

public HashRingBasedStreamQueueMapper (Orleans.Configuration.HashRingStreamQueueMapperOptions options, string queueNamePrefix);
new Orleans.Streams.HashRingBasedStreamQueueMapper : Orleans.Configuration.HashRingStreamQueueMapperOptions * string -> Orleans.Streams.HashRingBasedStreamQueueMapper
Public Sub New (options As HashRingStreamQueueMapperOptions, queueNamePrefix As String)

Параметры

options
HashRingStreamQueueMapperOptions

Параметры.

queueNamePrefix
String

Префикс имени очереди.

Применяется к

HashRingBasedStreamQueueMapper(Int32, String)

public HashRingBasedStreamQueueMapper (int nQueues, string queueNamePrefix);
new Orleans.Streams.HashRingBasedStreamQueueMapper : int * string -> Orleans.Streams.HashRingBasedStreamQueueMapper
Public Sub New (nQueues As Integer, queueNamePrefix As String)

Параметры

nQueues
Int32
queueNamePrefix
String

Применяется к