次の方法で共有


EventHubMonitorAggregationDimensions コンストラクター

定義

オーバーロード

EventHubMonitorAggregationDimensions()

0 個のパラメーター コンストラクター

EventHubMonitorAggregationDimensions(EventHubMonitorAggregationDimensions)

コンストラクター

EventHubMonitorAggregationDimensions(String)

コンストラクター

EventHubMonitorAggregationDimensions(GlobalConfiguration, NodeConfiguration, String)

コンストラクター

EventHubMonitorAggregationDimensions()

ソース:
MonitorAggregationDimentions.cs

0 個のパラメーター コンストラクター

public EventHubMonitorAggregationDimensions ();
Public Sub New ()

適用対象

EventHubMonitorAggregationDimensions(EventHubMonitorAggregationDimensions)

ソース:
MonitorAggregationDimentions.cs

コンストラクター

public EventHubMonitorAggregationDimensions (Orleans.ServiceBus.Providers.EventHubMonitorAggregationDimensions dimensions);
new Orleans.ServiceBus.Providers.EventHubMonitorAggregationDimensions : Orleans.ServiceBus.Providers.EventHubMonitorAggregationDimensions -> Orleans.ServiceBus.Providers.EventHubMonitorAggregationDimensions
Public Sub New (dimensions As EventHubMonitorAggregationDimensions)

パラメーター

適用対象

EventHubMonitorAggregationDimensions(String)

ソース:
MonitorAggregationDimentions.cs

コンストラクター

public EventHubMonitorAggregationDimensions (string ehHubPath);
new Orleans.ServiceBus.Providers.EventHubMonitorAggregationDimensions : string -> Orleans.ServiceBus.Providers.EventHubMonitorAggregationDimensions
Public Sub New (ehHubPath As String)

パラメーター

ehHubPath
String

適用対象

EventHubMonitorAggregationDimensions(GlobalConfiguration, NodeConfiguration, String)

コンストラクター

public EventHubMonitorAggregationDimensions (Orleans.Runtime.Configuration.GlobalConfiguration globalConfig, Orleans.Runtime.Configuration.NodeConfiguration nodeConfig, string ehHubPath);
new Orleans.ServiceBus.Providers.EventHubMonitorAggregationDimensions : Orleans.Runtime.Configuration.GlobalConfiguration * Orleans.Runtime.Configuration.NodeConfiguration * string -> Orleans.ServiceBus.Providers.EventHubMonitorAggregationDimensions
Public Sub New (globalConfig As GlobalConfiguration, nodeConfig As NodeConfiguration, ehHubPath As String)

パラメーター

globalConfig
GlobalConfiguration
nodeConfig
NodeConfiguration
ehHubPath
String

適用対象