| Visual Basic (Declaration) | |
|---|---|
Public Enum ConnectType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ConnectType | |
| C# | |
|---|---|
public enum ConnectType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class ConnectType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Conditional | If the current connection doesn't exist then reconnect. |
| Existing | Send request on the existing connection. |
| New | Create a new connection for the request. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.AddIn.ConnectType
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