Szerkesztés

Megosztás a következőn keresztül:


ICallChainReentrantGrainContext.OnEnterReentrantSection(Guid) Method

Definition

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.

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

Parameters

reentrancyId
Guid

Applies to