HashRingBasedStreamQueueMapper 构造函数

定义

重载

HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String)

初始化 HashRingBasedStreamQueueMapper 类的新实例。

HashRingBasedStreamQueueMapper(Int32, String)

HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String)

Source:
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)

参数

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

适用于