共用方式為


ClientBuilderExtensions 類別

定義

IClientBuilder 的擴充方法。

public static class ClientBuilderExtensions
type ClientBuilderExtensions = class
Public Module ClientBuilderExtensions
繼承
ClientBuilderExtensions

方法

AddClientInvokeCallback(IClientBuilder, ClientInvokeCallback)

新增用戶端調用回呼。

AddClusterConnectionLostHandler(IClientBuilder, ConnectionToClusterLostHandler)

ConnectionToClusterLostHandler註冊事件處理常式。

AddGatewayCountChangedHandler(IClientBuilder, GatewayCountChangedHandler)

GatewayCountChangedHandler註冊事件處理常式。

Configuration(IClusterClient)

取得用戶端組態。

Configure<TOptions>(IClientBuilder, Action<TOptions>)

註冊用來設定特定選項類型的動作。

Configure<TOptions>(IClientBuilder, IConfiguration)

註冊 TOptions 將繫結的組態執行個體。

ConfigureAppConfiguration(IClientBuilder, Action<IConfigurationBuilder>)

設定其餘組建流程和應用程式的組態。 這可以呼叫多次,結果會進行累加。 後續作業將會提供 Configuration 結果。/ > 。

ConfigureApplicationParts(IClientBuilder, Action<IApplicationPartManager>)

設定 ApplicationPartManager 這個產生器的 。

ConfigureDefaults(IClientBuilder)

設定預設用戶端服務。

ConfigureLogging(IClientBuilder, Action<ILoggingBuilder>)

新增用於設定所提供 ILoggingBuilder 的委派。 可能會多次呼叫此項。

ConfigureServices(IClientBuilder, Action<IServiceCollection>)

將服務新增至容器。 這可以呼叫多次,結果會進行累加。

GetApplicationPartManager(IClientBuilder)

ApplicationPartManager 回這個產生器的 。

LoadConfiguration(IClientBuilder)

從標準用戶端設定位置載入組態。

LoadConfiguration(IClientBuilder, FileInfo)

從提供的位置載入組態。

LoadConfiguration(IClientBuilder, String)

從提供的位置載入組態。

UseConfiguration(IClientBuilder, ClientConfiguration)

指定要用於此用戶端的組態。

UseEnvironment(IClientBuilder, String)

指定主機要使用的環境。

UseLocalhostClustering(IClientBuilder, Int32, String, String)

設定用戶端以連線到 localhost 上的定址接收器。

UseLocalhostClustering(IClientBuilder, Int32[], String, String)

設定用戶端以連線到 localhost 上的定址接收器。

UseServiceProviderFactory(IClientBuilder, Func<IServiceCollection,IServiceProvider>)

指定 IServiceProvider 如何設定此用戶端的 。

UseStaticClustering(IClientBuilder, Action<OptionsBuilder<StaticGatewayListProviderOptions>>)

將用戶端設定為使用靜態叢集。

UseStaticClustering(IClientBuilder, Action<StaticGatewayListProviderOptions>)

將用戶端設定為使用靜態叢集。

UseStaticClustering(IClientBuilder, IPEndPoint[])

將用戶端設定為使用靜態叢集。

適用於