# ProgressContext Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ProgressContext](/reference/api/csharp/aspire.hosting/progresscontext.md)
- Kind: `Constructors`
- Members: `1`

Provides context to the work callback of a progress interaction.

<a id="constructor"></a>

## ProgressContext

- Name: `Constructor`

```csharp
public sealed class ProgressContext
{
    public ProgressContext()
    {
        // ...
    }
}
```
