HashRingBasedStreamQueueMapper Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String) |
Initializes a new instance of the HashRingBasedStreamQueueMapper class. |
HashRingBasedStreamQueueMapper(Int32, String) |
HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String)
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