# ILogConsistencyProtocolParticipant.PostActivateProtocolParticipant(CancellationToken)

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

[Source](https://github.com/dotnet/orleans/blob/1644940b035c7bdf215a4fd7135757c06bcfe9ec/src/Orleans.EventSourcing/LogConsistency/IProtocolParticipant.cs#L41)

```csharp
[Orleans.Alias(22FD7D72)]
public virtual Task PostActivateProtocolParticipant(CancellationToken cancellationToken)
```

Called immediately after the user-level OnActivateAsync, on the same scheduler.

### Parameters

- `cancellationToken` (`CancellationToken`): The cancellation token.

### Returns

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