共用方式為


CoreHostingExtensions 類別

定義

實例的 ISiloBuilder 擴充功能。

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

方法

AddActivityPropagation(ISiloBuilder)

透過粒紋呼叫新增 Current 傳播。 注意:只有在活動的任何接聽程式存在 HasListeners()Sample 傳回 PropagationData 時,才會建立活動 StartActivity(String, ActivityKind)

ConfigureDefaults(ISiloBuilder)

將容器設定為使用一元。

ConfigureDefaults(ISiloHostBuilder)

將容器設定為使用一元。

EnableDirectClient(ISiloBuilder)
已淘汰.

啟用從外部內容與執行時間互動的支援。 例如,在細微性的內容之外。

EnableDirectClient(ISiloHostBuilder)
已淘汰.

啟用從外部內容與執行時間互動的支援。 例如,在細微性的內容之外。

UseDevelopmentClustering(ISiloBuilder, Action<DevelopmentClusterMembershipOptions>)

將定址接收器設定為使用僅限開發叢集。

UseDevelopmentClustering(ISiloBuilder, Action<OptionsBuilder<DevelopmentClusterMembershipOptions>>)

將定址接收器設定為使用僅限開發叢集。

UseDevelopmentClustering(ISiloBuilder, IPEndPoint)

將定址接收器設定為使用僅限開發叢集。

UseDevelopmentClustering(ISiloHostBuilder, Action<DevelopmentClusterMembershipOptions>)

將定址接收器設定為使用僅限開發叢集。

UseDevelopmentClustering(ISiloHostBuilder, Action<OptionsBuilder<DevelopmentClusterMembershipOptions>>)

將定址接收器設定為使用僅限開發叢集。

UseDevelopmentClustering(ISiloHostBuilder, IPEndPoint)

將定址接收器設定為使用僅限開發叢集。

UseLocalhostClustering(ISiloBuilder, Int32, Int32, IPEndPoint, String, String)

將接收器設定為使用僅限開發叢集,並在 localhost 上接聽。

UseLocalhostClustering(ISiloHostBuilder, Int32, Int32, IPEndPoint, String, String)

將接收器設定為使用僅限開發叢集,並在 localhost 上接聽。

適用於