Class DeadlockInfo
Describes the detected deadlock.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public sealed class DeadlockInfo : Object
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. |