Skip to content

InProcessTestCluster Properties

A host class for local testing with Orleans using in-process silos.

Client

get
View source
public IClusterClient Client
The client.

Exceptions

System.InvalidOperationException
The cluster has not been deployed or the client has been stopped.

Options

get
View source
public InProcessTestClusterOptions Options
Options used to configure the test cluster.

Silos

get
View source
public ReadOnlyCollection<InProcessSiloHandle> Silos
Collection of all known silos.