Compartir a través de


CoreHostingExtensions.EnableDirectClient Método

Definición

Sobrecargas

EnableDirectClient(ISiloBuilder)
Obsoletos.

Habilita la compatibilidad para interactuar con el entorno de ejecución desde un contexto externo. Por ejemplo, fuera del contexto de un grano.

EnableDirectClient(ISiloHostBuilder)
Obsoletos.

Habilita la compatibilidad para interactuar con el entorno de ejecución desde un contexto externo. Por ejemplo, fuera del contexto de un grano.

EnableDirectClient(ISiloBuilder)

Source:
CoreHostingExtensions.cs

Precaución

This method is no longer necessary and will be removed in a future release.

Habilita la compatibilidad para interactuar con el entorno de ejecución desde un contexto externo. Por ejemplo, fuera del contexto de un grano.

[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

Parámetros

builder
ISiloBuilder

Devoluciones

Atributos

Se aplica a

EnableDirectClient(ISiloHostBuilder)

Source:
CoreHostingExtensions.cs

Precaución

This method is no longer necessary and will be removed in a future release.

Habilita la compatibilidad para interactuar con el entorno de ejecución desde un contexto externo. Por ejemplo, fuera del contexto de un grano.

[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

Parámetros

Devoluciones

Atributos

Se aplica a