Class DicomAbortedEvent
- Namespace
- FellowOakDicom.Network.Client.Advanced.Connection
- Assembly
- fo-dicom.core.dll
When the DICOM association is suddenly aborted
public class DicomAbortedEvent : IAdvancedDicomClientConnectionEvent
- Inheritance
-
DicomAbortedEvent
- Implements
- Inherited Members
- Extension Methods
Properties
Reason
Why the ABORT occurred
public DicomAbortReason Reason { get; }
Property Value
Source
Who initiated the ABORT
public DicomAbortSource Source { get; }