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


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

Определение

Перегрузки

EventHubCacheMonitorDimensions()

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

EventHubCacheMonitorDimensions(EventHubMonitorAggregationDimensions, String, String)

Конструктор

EventHubCacheMonitorDimensions()

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

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

public EventHubCacheMonitorDimensions ();
Public Sub New ()

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

EventHubCacheMonitorDimensions(EventHubMonitorAggregationDimensions, String, String)

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

Конструктор

public EventHubCacheMonitorDimensions (Orleans.ServiceBus.Providers.EventHubMonitorAggregationDimensions dimensions, string ehPartition, string blockPoolId);
new Orleans.ServiceBus.Providers.EventHubCacheMonitorDimensions : Orleans.ServiceBus.Providers.EventHubMonitorAggregationDimensions * string * string -> Orleans.ServiceBus.Providers.EventHubCacheMonitorDimensions
Public Sub New (dimensions As EventHubMonitorAggregationDimensions, ehPartition As String, blockPoolId As String)

Параметры

ehPartition
String
blockPoolId
String

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