Enum DicomClientCancellationMode
- Namespace
- FellowOakDicom.Network.Client
- Assembly
- fo-dicom.core.dll
Specifies the behavior of DicomClient when its tasks should be canceled
public enum DicomClientCancellationMode
- Extension Methods
Fields
ImmediatelyAbortAssociation = 1Upon cancellation, immediately abort the association and close the connection. This cancellation mode guarantees the fastest shutdown.
ImmediatelyReleaseAssociation = 0Upon cancellation, stop sending requests, immediately gracefully release the association and close the connection. Pending requests may or may not complete. This cancellation mode will NOT wait for pending requests to complete, but will respect the AssociationReleaseTimeoutInMs timeout.