共用方式為


ICallChainReentrantGrainContext 介面

定義

提供在粒紋內輸入和結束程式碼區段的功能,其中允許重新 ReentrancyId 輸入相同要求。

public interface ICallChainReentrantGrainContext
type ICallChainReentrantGrainContext = interface
Public Interface ICallChainReentrantGrainContext

方法

OnEnterReentrantSection(Guid)

標記粒紋內程式碼區段的開頭,其中允許重新 ReentrancyId 輸入具有相同要求的要求。

OnExitReentrantSection(Guid)

標記粒紋內程式碼區段的結尾,其中允許相同 ReentrancyId 要求重新輸入粒紋。

適用於