Поделиться через


EventHubMonitorAggregationDimensions Конструкторы

Определение

Перегрузки

EventHubMonitorAggregationDimensions()

Конструктор нулевых параметров

EventHubMonitorAggregationDimensions(EventHubMonitorAggregationDimensions)

Конструктор

EventHubMonitorAggregationDimensions(String)

Конструктор

EventHubMonitorAggregationDimensions(GlobalConfiguration, NodeConfiguration, String)

Конструктор

EventHubMonitorAggregationDimensions()

Исходный код:
MonitorAggregationDimentions.cs

Конструктор нулевых параметров

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

Применяется к