CoreHostingExtensions Class
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.
Extensions for ISiloBuilder instances.
public static class CoreHostingExtensions
type CoreHostingExtensions = class
Public Module CoreHostingExtensions
- Inheritance
-
CoreHostingExtensions
Methods
AddActivityPropagation(ISiloBuilder) |
Add Current propagation through grain calls. Note: according to StartActivity(String, ActivityKind) activity will be created only when any listener for activity exists HasListeners() and Sample returns PropagationData. |
ConfigureDefaults(ISiloBuilder) |
Configure the container to use Orleans. |
ConfigureDefaults(ISiloHostBuilder) |
Configure the container to use Orleans. |
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. |
UseDevelopmentClustering(ISiloBuilder, Action<DevelopmentClusterMembershipOptions>) |
Configures the silo to use development-only clustering. |
UseDevelopmentClustering(ISiloBuilder, Action<OptionsBuilder<DevelopmentClusterMembershipOptions>>) |
Configures the silo to use development-only clustering. |
UseDevelopmentClustering(ISiloBuilder, IPEndPoint) |
Configures the silo to use development-only clustering. |
UseDevelopmentClustering(ISiloHostBuilder, Action<DevelopmentClusterMembershipOptions>) |
Configures the silo to use development-only clustering. |
UseDevelopmentClustering(ISiloHostBuilder, Action<OptionsBuilder<DevelopmentClusterMembershipOptions>>) |
Configures the silo to use development-only clustering. |
UseDevelopmentClustering(ISiloHostBuilder, IPEndPoint) |
Configures the silo to use development-only clustering. |
UseLocalhostClustering(ISiloBuilder, Int32, Int32, IPEndPoint, String, String) |
Configures the silo to use development-only clustering and listen on localhost. |
UseLocalhostClustering(ISiloHostBuilder, Int32, Int32, IPEndPoint, String, String) |
Configures the silo to use development-only clustering and listen on localhost. |