TestClusterOptions.ClientConfiguration Property
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.
Gets or sets the client configuration. If no value is specified when getting the configuration, a new one will be built with BuildClientConfiguration(ClusterConfiguration)
public Orleans.Runtime.Configuration.ClientConfiguration ClientConfiguration { get; set; }
member this.ClientConfiguration : Orleans.Runtime.Configuration.ClientConfiguration with get, set
Public Property ClientConfiguration As ClientConfiguration