共用方式為


IRelationalConnection.Semaphore 屬性

定義

警告

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

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

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

屬性值

號志。

屬性

適用於