PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingDeadlock­InfoDeadlock­Info
Open sandboxFocus

DeadlockInfo Constructor

DeadlockInfo(String, IList<DeadlockedThreadInfo>)

Initializes the object.

Declaration
public DeadlockInfo(string description, IList<DeadlockedThreadInfo> deadlockedThreads)
Parameters
Type Name Description
System.String description

Textual description of the detected deadlock.

IList<DeadlockedThreadInfo> deadlockedThreads

List of objects describing each thread in the deadlock.