CoreHostingExtensions.EnableDirectClient 方法

定义

重载

EnableDirectClient(ISiloBuilder)
已过时.

支持从外部上下文与运行时交互。 例如,在粒度的上下文之外。

EnableDirectClient(ISiloHostBuilder)
已过时.

支持从外部上下文与运行时交互。 例如,在粒度的上下文之外。

EnableDirectClient(ISiloBuilder)

Source:
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)

Source:
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

参数

返回

属性

适用于