次の方法で共有


TestCluster.StartOrleansSilo メソッド

定義

ターゲット クラスターで新しいサイロを開始する

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

デプロイするサイロの構成

戻り値

デプロイされたサイロへのハンドル

適用対象