PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingDeadlock­Detected­Event­Args
Open sandboxFocus

DeadlockDetectedEventArgs Class

Arguments for the DeadlockDetected event.

Inheritance
DeadlockDetectedEventArgs
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public sealed class DeadlockDetectedEventArgs : EventArgs

Properties

Name Description
DeadlockInfo

Gets the deadlock information object.

Handled

Gets of sets an information indicating whether the event was handled by the user. If the event is not handled, an exception will be thrown on all involved threads.