Canceled Property

Summary
Gets a value indicating if the Cancel method was called on the command.
Syntax
C#
VB
C++
public bool Canceled { get; } 
  
Public ReadOnly Property Canceled As Boolean 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

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