Freigeben über


TestCluster.StartOrleansSilo Methode

Definition

Starten eines neuen Silos im Zielcluster

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

Parameter

cluster
TestCluster

Der TestCluster, in dem der Silo bereitgestellt werden soll

type
Silo.SiloType

Der Typ des zu bereitstellenden Silos

clusterConfig
ClusterConfiguration

Die zu verwendende Clusterkonfiguration

nodeConfig
NodeConfiguration

Die Konfiguration für die Bereitstellung des Silos

Gibt zurück

Ein Handle für das bereitgestellte Silo

Gilt für: