Share via


RelationalQueryContext.Semaphore Property

Definition

Gets a semaphore used to serialize async queries.

public virtual System.Threading.SemaphoreSlim Semaphore { get; }
member this.Semaphore : System.Threading.SemaphoreSlim
Public Overridable ReadOnly Property Semaphore As SemaphoreSlim

Property Value

The semaphore.

Applies to