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 のプレフィックス。 ストリーム プロバイダーごとに一意である必要があります

適用対象