ICallChainReentrantGrainContext
interface
Namespace: Orleans.Core.Internal
Provides functionality for entering and exiting sections of code within a grain during which requests bearing the same
RequestContext are allowed to re-enter the grain. public interface ICallChainReentrantGrainContextMethods
OnEnterReentrantSection(Guid)Marks the beginning of a section of code within a grain during which requests bearing the sameRequestContextare allowed to re-enter the grain.OnExitReentrantSection(Guid)Marks the end of a section of code within a grain during which requests bearing the sameRequestContextare allowed to re-enter the grain.
