# Silo.StartAsync(CancellationToken)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Silo/Silo.cs#L150-L157)

```csharp
public Task StartAsync(CancellationToken cancellationToken)
```

Starts the silo.

### Parameters

- `cancellationToken` (`CancellationToken`): A cancellation token which can be used to cancel the operation.

### Returns

A `System.Threading.Tasks.Task` representing the operation.
