CoreHostingExtensions.EnableDirectClient Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- builder
- ISiloHostBuilder
Returns
- Attributes