# ResourceNotificationServiceOptions Constructors

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

Options for the [ResourceNotificationService](/reference/api/csharp/aspire.hosting/resourcenotificationservice.md).

## ResourceNotificationServiceOptions

- Name: `Constructor`

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