Condividi tramite


AzureStreamQueueMapper(List<String>, String) Costruttore

Definizione

Mapper code che tiene traccia della coda di Azure mappata a quale queueId

public AzureStreamQueueMapper (System.Collections.Generic.List<string> azureQueueNames, string queueNamePrefix);
new Orleans.Streaming.AzureStorage.Providers.Streams.AzureQueue.AzureStreamQueueMapper : System.Collections.Generic.List<string> * string -> Orleans.Streaming.AzureStorage.Providers.Streams.AzureQueue.AzureStreamQueueMapper
Public Sub New (azureQueueNames As List(Of String), queueNamePrefix As String)

Parametri

azureQueueNames
List<String>

Elenco di EventHubPartitions

queueNamePrefix
String

Prefisso per queueIds. Deve essere univoco per provider di flusso

Si applica a