# DurableTaskSchedulerEmulatorResource Properties

- Package: [Aspire.Hosting.Azure.Functions](/reference/api/csharp/aspire.hosting.azure.functions.md)
- Type: [DurableTaskSchedulerEmulatorResource](/reference/api/csharp/aspire.hosting.azure.functions/durabletaskscheduleremulatorresource.md)
- Kind: `Properties`
- Members: `1`

Represents the containerized emulator resource for a [DurableTaskSchedulerResource](/reference/api/csharp/aspire.hosting.azure.functions/durabletaskschedulerresource.md). This is used to host the Durable Task scheduler logic when running locally (e.g. with an Azure Functions emulator).

## Annotations

- Name: `Annotations`
- Modifiers: `override` `get`
- Returns: `ResourceAnnotationCollection`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.Functions/DurableTask/DurableTaskSchedulerEmulatorResource.cs#L22)

```csharp
public override ResourceAnnotationCollection Annotations { get; }
```
