Skip to content

TestClusterBuilder

class

Namespace: Orleans.TestingHost

Configuration builder for starting a TestCluster.
public class TestClusterBuilder

Constructors

Properties

  • CreateSiloAsync Gets or sets the delegate used to create and start an individual silo.
  • Options Gets the options.
  • PortAllocator Gets or sets the port allocator used to allocate consecutive silo ports.
  • Properties Configuration values which will be provided to the silos and clients created by this builder.

Methods