다음을 통해 공유


TestCluster.RestartSiloAsync(SiloHandle) 메서드

정의

지정된 사일로의 중지 또는 종료를 수행한 다음 다시 시작합니다.

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)

매개 변수

instance
SiloHandle

다시 시작할 사일로입니다.

반환

적용 대상