| Visual Basic (Declaration) | |
|---|---|
Public Enum SkipMethod Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum SkipMethod : Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum SkipMethod : public Enum | |
| C++/CLI | |
|---|---|
public enum class SkipMethod : public Enum | |
| Member | Description |
|---|---|
| None | Don't skip any files. |
| CurrentFile | Skip only the current file. |
| AllFiles | Skip all files. Operation will be canceled. |
For an example refer to StoreScu.Store(DicomScp, string).
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Scu.Common.SkipMethod
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Copy Code