AzureStreamQueueMapper(List<String>, String) Constructor
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.
Queue mapper that tracks which Azure queue was mapped to which 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)
Parameters
- queueNamePrefix
- String
Prefix for queueIds. Must be unique per stream provider