# SiloLifecycleSubject.OnStart(CancellationToken)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Lifecycle/SiloLifecycleSubject.cs#L54-L59)

```csharp
public override Task OnStart(CancellationToken cancellationToken = default(CancellationToken))
```

Handle start notifications.

### Parameters

- `cancellationToken` (`CancellationToken`): The cancellation token which indicates that the operation should be aborted promptly when it is canceled.

### Returns

A `System.Threading.Tasks.Task` which represents the operation.
