# InProcessSiloHandle.StopSiloAsync(CancellationToken)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/InProcessSiloHandle.cs)

```csharp
public override 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
