StaticClusterDeploymentOptions.IDeploymentConfiguration.GetAllSiloNames Method
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.
Get the silo instance names for all configured silos.
System.Collections.Generic.IList<string> IDeploymentConfiguration.GetAllSiloNames ();
abstract member Orleans.Streams.IDeploymentConfiguration.GetAllSiloNames : unit -> System.Collections.Generic.IList<string>
override this.Orleans.Streams.IDeploymentConfiguration.GetAllSiloNames : unit -> System.Collections.Generic.IList<string>
Function GetAllSiloNames () As IList(Of String) Implements IDeploymentConfiguration.GetAllSiloNames
Returns
The list of silo names.