次の方法で共有


ClientEntity.RegisteredPlugins プロパティ

定義

このクライアントの現在登録されているプラグインの一覧を取得します。

public virtual System.Collections.Concurrent.ConcurrentDictionary<string,Microsoft.Azure.EventHubs.Core.EventHubsPlugin> RegisteredPlugins { get; }
member this.RegisteredPlugins : System.Collections.Concurrent.ConcurrentDictionary<string, Microsoft.Azure.EventHubs.Core.EventHubsPlugin>
Public Overridable ReadOnly Property RegisteredPlugins As ConcurrentDictionary(Of String, EventHubsPlugin)

プロパティ値

適用対象