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

適用対象