# SiloHandle.StopSiloAsync(CancellationToken)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.silohandle/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.silohandle/methods/)

```csharp
public abstract Task StopSiloAsync(CancellationToken ct)
```

Stop the remote silo. This method cannot be use with AppDomain

### Parameters

- `ct` (`CancellationToken`): Specifies the cancellation token to use for the shutdown sequence
