| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Canceled As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomCommand Dim value As Boolean value = instance.Canceled | |
| C# | |
|---|---|
public bool Canceled {get;} | |
Property Value
true if the DicomCommand.Cancel method was called on the Leadtools.Dicom.Scp.Command.DicomCommand; otherwise, false.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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code