StaticClusterDeploymentOptions.IDeploymentConfiguration.GetAllSiloNames メソッド

定義

構成されているすべてのサイロのサイロ インスタンス名を取得します。

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

戻り値

サイロ名の一覧。

実装

適用対象