HashRingBasedStreamQueueMapper Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String) |
Inicializa una nueva instancia de la clase HashRingBasedStreamQueueMapper. |
HashRingBasedStreamQueueMapper(Int32, String) |
HashRingBasedStreamQueueMapper(HashRingStreamQueueMapperOptions, String)
Inicializa una nueva instancia de la clase 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)
Parámetros
- options
- HashRingStreamQueueMapperOptions
Opciones.
- queueNamePrefix
- String
Prefijo de nombre de la cola.
Se aplica a
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)
Parámetros
- nQueues
- Int32
- queueNamePrefix
- String