次の方法で共有


ICallChainReentrantGrainContext.OnEnterReentrantSection(Guid) メソッド

定義

グレイン内のコード セクションの先頭をマークします。その間、同じ ReentrancyId を持つ要求でグレインの再入力が許可されます。

public void OnEnterReentrantSection (Guid reentrancyId);
abstract member OnEnterReentrantSection : Guid -> unit
Public Sub OnEnterReentrantSection (reentrancyId As Guid)

パラメーター

reentrancyId
Guid

適用対象