# ReentrancySection Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.requestcontext.reentrancysection/)

## ReentrancySection(Guid, Guid) {#constructor-system-guid-system-guid-4c44bc50}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.requestcontext.reentrancysection/constructors/constructor-system-guid-system-guid-4c44bc50/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core.Abstractions/Runtime/RequestContext.cs#L187-L200)

```csharp
public ReentrancySection(Guid originalReentrancyId, Guid newReentrancyId)
```

### Parameters

- `originalReentrancyId` (`Guid`)
- `newReentrancyId` (`Guid`)
