共用方式為


RelationalConnection.Semaphore 屬性

定義

警告

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

取得用來序列化此連線存取權的旗號。

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

屬性值

用來序列化此連線存取權的號號。

實作

屬性

適用於