次の方法で共有


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

パラメーター

戻り値

属性

適用対象