TestCluster.StartOrleansSilo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ターゲット クラスターで新しいサイロを開始する
public static Orleans.TestingHost.SiloHandle StartOrleansSilo (Orleans.TestingHost.TestCluster cluster, Orleans.Runtime.Silo.SiloType type, Orleans.Runtime.Configuration.ClusterConfiguration clusterConfig, Orleans.Runtime.Configuration.NodeConfiguration nodeConfig);
static member StartOrleansSilo : Orleans.TestingHost.TestCluster * Orleans.Runtime.Silo.SiloType * Orleans.Runtime.Configuration.ClusterConfiguration * Orleans.Runtime.Configuration.NodeConfiguration -> Orleans.TestingHost.SiloHandle
Public Shared Function StartOrleansSilo (cluster As TestCluster, type As Silo.SiloType, clusterConfig As ClusterConfiguration, nodeConfig As NodeConfiguration) As SiloHandle
パラメーター
- cluster
- TestCluster
サイロをデプロイする必要がある TestCluster
- type
- Silo.SiloType
デプロイするサイロの種類
- clusterConfig
- ClusterConfiguration
使用するクラスター構成
- nodeConfig
- NodeConfiguration
デプロイするサイロの構成
戻り値
デプロイされたサイロへのハンドル