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

DeadlockDetectedEventArgs.Handled Property

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.

Declaration
public bool Handled { get; set; }
Property Value
Type Description
Boolean