Edit

Share via


HashRingBasedStreamQueueMapper Constructors

Definition

Overloads

HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String)

Initializes a new instance of the HashRingBasedStreamQueueMapper class.

HashRingBasedStreamQueueMapper(Int32, String)

HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String)

Source:
HashRingBasedStreamQueueMapper.cs

Initializes a new instance of the HashRingBasedStreamQueueMapper class.

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)

Parameters

options
HashRingStreamQueueMapperOptions

The options.

queueNamePrefix
String

The queue name prefix.

Applies to

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)

Parameters

nQueues
Int32
queueNamePrefix
String

Applies to