AsyncReaderWriterLock.DeadlockCheckTimeout Property

Definition

Gets a time delay to check whether pending writer lock and reader locks forms a deadlock.

protected:
 virtual property TimeSpan DeadlockCheckTimeout { TimeSpan get(); };
protected virtual TimeSpan DeadlockCheckTimeout { get; }
member this.DeadlockCheckTimeout : TimeSpan
Protected Overridable ReadOnly Property DeadlockCheckTimeout As TimeSpan

Property Value

Applies to