Upravit

Sdílet prostřednictvím


CoreHostingExtensions.EnableDirectClient Method

Definition

Overloads

EnableDirectClient(ISiloBuilder)
Obsolete.

Enables support for interacting with the runtime from an external context. For example, outside the context of a grain.

EnableDirectClient(ISiloHostBuilder)
Obsolete.

Enables support for interacting with the runtime from an external context. For example, outside the context of a grain.

EnableDirectClient(ISiloBuilder)

Source:
CoreHostingExtensions.cs

Caution

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

Enables support for interacting with the runtime from an external context. For example, outside the context of a grain.

[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

Parameters

builder
ISiloBuilder

Returns

Attributes

Applies to

EnableDirectClient(ISiloHostBuilder)

Source:
CoreHostingExtensions.cs

Caution

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

Enables support for interacting with the runtime from an external context. For example, outside the context of a grain.

[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

Parameters

Returns

Attributes

Applies to