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.

C#
[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);

Parameters

builder
ISiloBuilder

Returns

Attributes

Applies to

.NET Orleans 3.6.0 and .NET Orleans 3.4.5
Product Versions (Obsolete)
.NET Orleans (3.4.5, 3.6.0)

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.

C#
[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);

Parameters

Returns

Attributes

Applies to

.NET Orleans 3.6.0 and .NET Orleans 3.4.5
Product Versions (Obsolete)
.NET Orleans (3.4.5, 3.6.0)