Freigeben über


TestCluster.RestartSiloAsync(SiloHandle) Methode

Definition

Führen Sie einen Stopp oder Kill des angegebenen Silos aus, gefolgt von einem Neustart.

public System.Threading.Tasks.Task<Orleans.TestingHost.SiloHandle> RestartSiloAsync (Orleans.TestingHost.SiloHandle instance);
member this.RestartSiloAsync : Orleans.TestingHost.SiloHandle -> System.Threading.Tasks.Task<Orleans.TestingHost.SiloHandle>
Public Function RestartSiloAsync (instance As SiloHandle) As Task(Of SiloHandle)

Parameter

instance
SiloHandle

Silo, das neu gestartet werden soll.

Gibt zurück

Gilt für: