# Sandbox.Services.Stats.FlushAsync

```csharp
static System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken token = null)
```

Send any pending stats to the backend. Don't wait for confirmation of ingestiom, fire and forget.

### Parameters

- `token` (`System.Threading.CancellationToken`), default `null`

### Returns

`System.Threading.Tasks.Task`

Declared in [Sandbox.Services.Stats](/api/Sandbox.Services.Stats).
Assembly: `Sandbox.Engine`.
