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.
public System.Collections.Generic.IList<string> GetAllSiloNames ();
abstract member GetAllSiloNames : unit -> System.Collections.Generic.IList<string>
Public Function GetAllSiloNames () As IList(Of String)
Returns
The list of silo names.