Compartir a través de


RelationalConnection.Semaphore Propiedad

Definición

Precaución

EF Core no longer uses this semaphore. It will be removed in an upcoming release.

Obtiene un semáforo utilizado para serializar el acceso a esta conexión.

public virtual System.Threading.SemaphoreSlim Semaphore { get; }
[System.Obsolete("EF Core no longer uses this semaphore. It will be removed in an upcoming release.")]
public virtual System.Threading.SemaphoreSlim Semaphore { get; }
member this.Semaphore : System.Threading.SemaphoreSlim
[<System.Obsolete("EF Core no longer uses this semaphore. It will be removed in an upcoming release.")>]
member this.Semaphore : System.Threading.SemaphoreSlim
Public Overridable ReadOnly Property Semaphore As SemaphoreSlim

Valor de propiedad

Semáforo usado para serializar el acceso a esta conexión.

Implementaciones

Atributos

Se aplica a