共用方式為


CoreHostingExtensions.EnableDirectClient 方法

定義

多載

EnableDirectClient(ISiloBuilder)
已淘汰.

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

EnableDirectClient(ISiloHostBuilder)
已淘汰.

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

EnableDirectClient(ISiloBuilder)

來源:
CoreHostingExtensions.cs

警告

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)

來源:
CoreHostingExtensions.cs

警告

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

參數

傳回

屬性

適用於