다음을 통해 공유


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

배포할 사일로에 대한 구성

반환

배포된 사일로에 대한 핸들

적용 대상