共用方式為


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)

參數

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

適用於