DeadlockDetectedEventArgs Class |
Arguments for the DeadlockDetected event.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
[SerializableAttribute] public sealed class DeadlockDetectedEventArgs : EventArgs
The DeadlockDetectedEventArgs type exposes the following members.
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.
|