# ArcBufferPage.Unpin(int)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.buffers.arcbufferpage/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.buffers.arcbufferpage/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Buffers/ArcBufferWriter.cs#L1013-L1018)

```csharp
public void Unpin(int token)
```

Unpins this page, allowing it to be returned to the page pool.

### Parameters

- `token` (`int`): The token, which must match the page's [ArcBufferPage](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.buffers.arcbufferpage/) for this operation to be allowed.
