RelationalConnection.Semaphore 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
屬性值
用來序列化此連線存取權的號號。
實作
- 屬性