| Visual Basic (Declaration) | |
|---|---|
Public Enum SkipMethod Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SkipMethod | |
| C# | |
|---|---|
public enum SkipMethod : System.Enum, IComparable, IConvertible, IFormattable | |
| Managed Extensions for C++ | |
|---|---|
__value public enum SkipMethod : public System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class SkipMethod : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AllFiles | Skip all files. Operation will be canceled. |
| CurrentFile | Skip only the current file. |
| None | Don't skip any files. |
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code