TestClusterOptions
class
Namespace: Orleans.TestingHost
Configuration options for test clusters.
public class TestClusterOptionsConstructors
Properties
ApplicationBaseDirectoryGets or sets the application base directory.AssumeHomogenousSilosForTestingGets or sets a value indicating whether to assume homogeneous silos for testing purposes.BaseGatewayPortGets or sets the base gateway port, which is the gateway port for the first silo. Other silos will use subsequent ports.BaseSiloPortGets or sets the base silo port, which is the port for the first silo. Other silos will use subsequent ports.ClientBuilderConfiguratorTypesGets the client builder configurator types.ClusterIdGets or sets the cluster identifier.ConfigureFileLoggingGets or sets a value indicating whether to configure file logging.ConnectionTransportGets or sets a value indicating what transport to use for connecting silos and clients.GatewayPerSiloGets or sets a value indicating whether each silo should host a gateway.InitialSilosCountGets or sets the initial silos count.InitializeClientOnDeployGets or sets a value indicating whether to initialize the client immediately on deployment.ServiceIdGets or sets the service identifier.SiloBuilderConfiguratorTypesGets the silo builder configurator types.UseRealEnvironmentStatisticsGets or sets a value indicating whether to use the real environment statistics.UseTestClusterMembershipGets or sets a value indicating whether to use test cluster membership.
Methods
ToDictionaryConverts these options into a dictionary.
