AsyncReaderWriterLock.DeadlockCheckTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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