# UpdateCommandStateContext Constructors

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

Context for [ResourceCommandAnnotation.UpdateState](/reference/api/csharp/aspire.hosting/resourcecommandannotation/properties.md#updatestate).

## UpdateCommandStateContext

- Name: `Constructor`

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