Canceled Property

Summary
Gets a value indicating if the Cancel method was called on the command.
Syntax
C#
C++/CLI
public bool Canceled { get; } 
public: 
property bool Canceled { 
   bool get(); 
} 

Property Value

true if the Cancel method was called on the DicomCommand; otherwise, false.

Remarks

This property should be used by inherited classes to check if the user canceled the executing command and perform any required procedures to terminate the process safely.

Requirements

Target Platforms

Help Version 22.0.2022.12.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.