Szerkesztés

Megosztás a következőn keresztül:


EventHubCacheMonitorDimensions Constructors

Definition

Overloads

EventHubCacheMonitorDimensions()

Zero parameters constructor

EventHubCacheMonitorDimensions(EventHubMonitorAggregationDimensions, String, String)

Constructor

EventHubCacheMonitorDimensions()

Zero parameters constructor

public EventHubCacheMonitorDimensions ();
Public Sub New ()

Applies to

EventHubCacheMonitorDimensions(EventHubMonitorAggregationDimensions, String, String)

Constructor

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

Parameters

ehPartition
String
blockPoolId
String

Applies to