Describes the detected deadlock.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public sealed class DeadlockInfo
Constructors
Name | Description |
---|---|
DeadlockInfo(string, IList<DeadlockedThreadInfo>) | Initializes the object. |
Properties
Name | Description |
---|---|
DeadlockedThreads | Gets a collection of objects describing each thread in the deadlock. |
Description | Gets textual description of the deadlock. |