Share via


IRelationalConnection.Semaphore Propriété

Définition

Attention

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

Obtient un sémaphore utilisé pour sérialiser l’accès à cette connexion.

public System.Threading.SemaphoreSlim Semaphore { get; }
[System.Obsolete("EF Core no longer uses this semaphore. It will be removed in an upcoming release.")]
public 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 ReadOnly Property Semaphore As SemaphoreSlim

Valeur de propriété

Le sémaphore.

Attributs

S’applique à