TestingSiloOptions 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.
Silo options to use in TestingSiloHost
public class TestingSiloOptions
type TestingSiloOptions = class
Public Class TestingSiloOptions
- Inheritance
-
TestingSiloOptions
Constructors
TestingSiloOptions() |
Construct a new TestingSiloOptions using default value |
Fields
DEFAULT_SILO_CONFIG_FILE |
Default path for the silo config file |
Properties
AdjustConfig |
Delegate to apply transformation to the cluster configuration |
BasePort |
Get or set the base port value for the silos |
DataConnectionString |
Get or set the connection string to use in the cluster |
LargeMessageWarningThreshold |
Get or set the warning thresold for large message |
LivenessType |
Get or set the liveness provider type to use in the cluster |
MachineName |
Get or set the machine name to display |
ParallelStart |
If set to true, will start in parallel the silos |
PickNewDeploymentId |
If set to true, will generate a new deploymentId |
PropagateActivityId |
If set to true, will propagate the activityId |
ProxyBasePort |
Get or set the base port value for the silos gateway |
ReminderServiceType |
Get or set the reminder provider type to use in the cluster |
SiloConfigFile |
Get or set the cluster config file |
StartClient |
If set to true, will start the client |
StartFreshOrleans |
If set to true, will start a new orleans cluster |
StartPrimary |
If set to true, will start the primary cluster |
StartSecondary |
If set to true, will start secondary clusters |
Methods
Copy() |
Copy the current TestingSiloOptions |