# RequestContext.AllowCallChainReentrancy

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

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

```csharp
public static ReentrancySection AllowCallChainReentrancy()
```

Allows reentrancy for subsequent calls issued before the returned [ReentrancySection](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.requestcontext.reentrancysection/) is disposed.
