AzureStreamQueueMapper(List<String>, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
追蹤哪個 Azure 佇列對應至哪個 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)
參數
- queueNamePrefix
- String
queueIds 的前置詞。 每個資料流程提供者必須是唯一的