Skip to content

ICallChainReentrantGrainContext Methods

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.

OnEnterReentrantSection(Guid)

abstract
public abstract void OnEnterReentrantSection(Guid reentrancyId)
Marks the beginning of a section of code within a grain during which requests bearing the same RequestContext are allowed to re-enter the grain.

Parameters

reentrancyIdGuid

OnExitReentrantSection(Guid)

abstract
public abstract void OnExitReentrantSection(Guid reentrancyId)
Marks the end of a section of code within a grain during which requests bearing the same RequestContext are allowed to re-enter the grain.

Parameters

reentrancyIdGuid