CoreHostingExtensions.EnableDirectClient 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
EnableDirectClient(ISiloBuilder) |
已淘汰.
啟用從外部內容與執行時間互動的支援。 例如,在細微性的內容之外。 |
EnableDirectClient(ISiloHostBuilder) |
已淘汰.
啟用從外部內容與執行時間互動的支援。 例如,在細微性的內容之外。 |
EnableDirectClient(ISiloBuilder)
警告
This method is no longer necessary and will be removed in a future release.
啟用從外部內容與執行時間互動的支援。 例如,在細微性的內容之外。
[System.Obsolete("This method is no longer necessary and will be removed in a future release.")]
public static Orleans.Hosting.ISiloBuilder EnableDirectClient (this Orleans.Hosting.ISiloBuilder builder);
[<System.Obsolete("This method is no longer necessary and will be removed in a future release.")>]
static member EnableDirectClient : Orleans.Hosting.ISiloBuilder -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function EnableDirectClient (builder As ISiloBuilder) As ISiloBuilder
參數
- builder
- ISiloBuilder
傳回
- 屬性
適用於
EnableDirectClient(ISiloHostBuilder)
警告
This method is no longer necessary and will be removed in a future release.
啟用從外部內容與執行時間互動的支援。 例如,在細微性的內容之外。
[System.Obsolete("This method is no longer necessary and will be removed in a future release.")]
public static Orleans.Hosting.ISiloHostBuilder EnableDirectClient (this Orleans.Hosting.ISiloHostBuilder builder);
[<System.Obsolete("This method is no longer necessary and will be removed in a future release.")>]
static member EnableDirectClient : Orleans.Hosting.ISiloHostBuilder -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function EnableDirectClient (builder As ISiloHostBuilder) As ISiloHostBuilder
參數
- builder
- ISiloHostBuilder
傳回
- 屬性