Szerkesztés

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


ICallChainReentrantGrainContext.OnExitReentrantSection(Guid) Method

Definition

Marks the end of a section of code within a grain during which requests bearing the same ReentrancyId are allowed to re-enter the grain.

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

Parameters

reentrancyId
Guid

Applies to