ConcurrencyDetectorCriticalSectionDisposer(IConcurrencyDetector) Constructor

Definición

public ConcurrencyDetectorCriticalSectionDisposer (Microsoft.EntityFrameworkCore.Infrastructure.IConcurrencyDetector concurrencyDetector);
new Microsoft.EntityFrameworkCore.Infrastructure.ConcurrencyDetectorCriticalSectionDisposer : Microsoft.EntityFrameworkCore.Infrastructure.IConcurrencyDetector -> Microsoft.EntityFrameworkCore.Infrastructure.ConcurrencyDetectorCriticalSectionDisposer
Public Sub New (concurrencyDetector As IConcurrencyDetector)

Parámetros

concurrencyDetector
IConcurrencyDetector

en IConcurrencyDetector el que se cerrará la sección crítica.

Se aplica a