# SystemTarget.Activate(Dictionary&lt;string, object&gt;, CancellationToken)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Core/SystemTarget.cs#L381)

```csharp
public void Activate(Dictionary<string, object>? requestContext, CancellationToken cancellationToken)
```

Start activating this instance.

### Parameters

- `requestContext` (`Dictionary<string, object>`): The request context of the request which is causing this instance to be activated, if any.
- `cancellationToken` (`CancellationToken`): A cancellation token which, when canceled, indicates that the process should complete promptly.
