Enum DicomClientCancellationMode
Specifies the behavior of DicomClient when its tasks should be canceled
Namespace: Dicom.Network.Client
Assembly: cs.temp.dll.dll
Syntax
public enum DicomClientCancellationMode
Fields
Name | Description |
---|---|
ImmediatelyAbortAssociation | Upon cancellation, immediately abort the association and close the connection. This cancellation mode guarantees the fastest shutdown. |
ImmediatelyReleaseAssociation | Upon 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. |