CoreHostingExtensions
class
Namespace: Orleans.Hosting
Extensions for
ISiloBuilder instances. public static class CoreHostingExtensionsMethods
AddActivityPropagation(ISiloBuilder)AddSystem.Diagnostics.Activity.Currentpropagation through grain calls. Note: according toSystem.Diagnostics.ActivitySource.StartActivityactivity will be created only when any listener for activity existsSystem.Diagnostics.ActivitySource.HasListenersandSystem.Diagnostics.ActivityListener.SamplereturnsSystem.Diagnostics.ActivitySamplingResult.PropagationData.AddDistributedGrainDirectory(ISiloBuilder, string?)Opts-in to the experimental distributed grain directory.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.UseLocalhostClustering(ISiloBuilder, int, int, IPEndPoint?, string, string)Configures the silo to use development-only clustering and listen on localhost.
