共用方式為


EventHubQueueMapper(String[], String) 建構函式

定義

佇列對應器,可追蹤哪些 EventHub 分割區對應至哪個 queueId

public EventHubQueueMapper (string[] partitionIds, string queueNamePrefix);
new Orleans.ServiceBus.Providers.EventHubQueueMapper : string[] * string -> Orleans.ServiceBus.Providers.EventHubQueueMapper
Public Sub New (partitionIds As String(), queueNamePrefix As String)

參數

partitionIds
String[]

EventHubPartitions 的清單

queueNamePrefix
String

queueIds 的前置詞。 每個資料流程提供者都必須是唯一的

適用於