共用方式為


ClusterConfiguration 類別

定義

警告

This type is obsolete and may be removed in a future release. Use configuration methods on ISiloHostBuilder to configure specific types.

保存接收器組態參數的資料物件。

[System.Serializable]
public class ClusterConfiguration
[System.Serializable]
[System.Obsolete("This type is obsolete and may be removed in a future release. Use configuration methods on ISiloHostBuilder to configure specific types.")]
public class ClusterConfiguration
[<System.Serializable>]
type ClusterConfiguration = class
[<System.Serializable>]
[<System.Obsolete("This type is obsolete and may be removed in a future release. Use configuration methods on ISiloHostBuilder to configure specific types.")>]
type ClusterConfiguration = class
Public Class ClusterConfiguration
繼承
ClusterConfiguration
屬性

建構函式

ClusterConfiguration()
已淘汰.

ClusterConfiguration 建構函式。

ClusterConfiguration(TextReader)
已淘汰.

ClusterConfiguration 建構函式。

屬性

Defaults
已淘汰.

套用至每個定址接收器的預設組態參數。 這些可以在每個接收器上過度寫入。

Globals
已淘汰.

統一套用至所有定址接收器的通用群組態參數。

Overrides
已淘汰.

每個接收器組態參數會覆寫。

PrimaryNode
已淘汰.

開發人員設定中的主要節點 IP 和埠 () 。

SourceFile
已淘汰.

組態檔。

方法

CreateNodeConfigurationForSilo(String)
已淘汰.

為指定的定址接收器建立組態節點。

GetOrCreateNodeConfigurationForSilo(String)
已淘汰.

如果指定的定址接收器不存在,請建立節點組態。 如果有的話,傳回現有的節點

Load(TextReader)
已淘汰.

從指定的輸入文字讀取器載入組態。

LoadFromFile(String)
已淘汰.

從檔案載入組態

LocalhostPrimarySilo(Int32, Int32)
已淘汰.

傳回主要本機定址接收器的預先填入 ClusterConfiguration 物件, (以測試)

StandardLoad()
已淘汰.

從標準路徑載入設定

ToString(String)
已淘汰.

列印指定接收器的目前組態。

TryGetNodeConfigurationForSilo(String, NodeConfiguration)
已淘汰.

取得指定定址接收器的組態。

Update(String)
已淘汰.

更新現有的組態。

擴充方法

AddAdoNetStorageProvider(ClusterConfiguration, String, String, AdoNetSerializationFormat)
已淘汰.

加入 類型的 AdoNetStorageProvider 儲存體提供者。

AddAzureBlobStorageProvider(ClusterConfiguration, String, String, String, Boolean, Boolean)
已淘汰.

加入 類型的 AzureBlobStorage 儲存體提供者。

AddAzureQueueStreamProvider(ClusterConfiguration, String, String, Int32, String, Int32, PersistentStreamProviderState, PersistentStreamProviderConfig)
已淘汰.

加入 類型的 AzureQueueStreamProvider 資料流程提供者。

AddAzureQueueStreamProviderV2(ClusterConfiguration, String, String, Int32, String, Int32, PersistentStreamProviderState, PersistentStreamProviderConfig)
已淘汰.

加入 類型的 AzureQueueStreamProviderV2 資料流程提供者。

AddAzureTableStorageProvider(ClusterConfiguration, String, String, String, Boolean, Boolean, Boolean, Boolean)
已淘汰.

加入 類型的 AzureTableStorage 儲存體提供者。

AddMemoryStorageProvider(ClusterConfiguration, String, Int32)
已淘汰.

新增類型的儲存體提供者 MemoryStorage

AddSimpleMessageStreamProvider(ClusterConfiguration, String, Boolean, Boolean, StreamPubSubType)
已淘汰.

新增 類型的資料流程提供者 SimpleMessageStreamProvider

ApplyToAllNodes(ClusterConfiguration, Action<NodeConfiguration>)
已淘汰.

將 所 nodeConfigUpdater 定義的指定組態變更套用至 Defaults ,以及目前在 中 Overrides 定義的所有節點組態。

UseStartupType<TStartup>(ClusterConfiguration)
已淘汰.

設定所有叢集節點,以使用指定的啟動類別進行相依性插入。

AddCustomStorageInterfaceBasedLogConsistencyProvider(ClusterConfiguration, String, String)
已淘汰.

新增類型的記錄一致性提供者 LogConsistencyProvider

AddLogStorageBasedLogConsistencyProvider(ClusterConfiguration, String)
已淘汰.

新增類型的記錄一致性提供者 LogConsistencyProvider

AddStateStorageBasedLogConsistencyProvider(ClusterConfiguration, String)
已淘汰.

新增類型的記錄一致性提供者 LogConsistencyProvider

AddPerfCountersTelemetryConsumer(ClusterConfiguration)
已淘汰.

新增計量遙測取用者提供者。/ > 。

AdjustForTestEnvironment(ClusterConfiguration, String)
已淘汰.

此呼叫會調整叢集組態,其中包含測試回合特定的設定。

AddFaultyMemoryStorageProvider(ClusterConfiguration, String, Int32, Int32)
已淘汰.

新增類型的儲存體提供者 FaultyMemoryStorage

適用於