# Sandbox.Package.IRevision.DownloadManifestAsync

```csharp
System.Threading.Tasks.Task DownloadManifestAsync(System.Threading.CancellationToken token = null)
```

The manifest will not be immediately available until you've downloaded it.

### Parameters

- `token` (`System.Threading.CancellationToken`), default `null`

### Returns

`System.Threading.Tasks.Task`

Declared in [Sandbox.Package.IRevision](/api/Sandbox.Package.IRevision).
Assembly: `Sandbox.Engine`.
