共用方式為


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

適用於