ICallChainReentrantGrainContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides functionality for entering and exiting sections of code within a grain during which requests bearing the same ReentrancyId are allowed to re-enter the grain.
public interface ICallChainReentrantGrainContext
type ICallChainReentrantGrainContext = interface
Public Interface ICallChainReentrantGrainContext
Methods
OnEnterReentrantSection(Guid) |
Marks the beginning of a section of code within a grain during which requests bearing the same ReentrancyId are allowed to re-enter the grain. |
OnExitReentrantSection(Guid) |
Marks the end of a section of code within a grain during which requests bearing the same ReentrancyId are allowed to re-enter the grain. |