Skip to content

ReentrancySection Constructors

Represents a scoped change to call-chain reentrancy.

ReentrancySection(Guid, Guid)

View source
public ReentrancySection(Guid originalReentrancyId, Guid newReentrancyId)
Initializes a new instance of the ReentrancySection struct.

Parameters

originalReentrancyIdGuid
The reentrancy identifier to restore when the section is disposed.
newReentrancyIdGuid
The reentrancy identifier to use for the section.