# AzureSignalREmulatorResource Constructors

- Package: [Aspire.Hosting.Azure.SignalR](/reference/api/csharp/aspire.hosting.azure.signalr.md)
- Type: [AzureSignalREmulatorResource](/reference/api/csharp/aspire.hosting.azure.signalr/azuresignalremulatorresource.md)
- Kind: `Constructors`
- Members: `1`

Wraps an [AzureSignalRResource](/reference/api/csharp/aspire.hosting.azure.signalr/azuresignalrresource.md) in a type that exposes container extension methods.

## AzureSignalREmulatorResource(AzureSignalRResource)

- Name: `Constructor(AzureSignalRResource)`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Azure.SignalR/AzureSignalREmulatorResource.cs#L12-L14)

Wraps an [AzureSignalRResource](/reference/api/csharp/aspire.hosting.azure.signalr/azuresignalrresource.md) in a type that exposes container extension methods.

```csharp
public class AzureSignalREmulatorResource
{
    public AzureSignalREmulatorResource(
        AzureSignalRResource innerResource)
    {
        // ...
    }
}
```

## Parameters

- `innerResource` ([AzureSignalRResource](/reference/api/csharp/aspire.hosting.azure.signalr/azuresignalrresource.md))
  The inner resource used to store annotations.
