ConnectType Enumeration

Summary
The type of DICOM request connection.
Syntax
C#
VB
C++
public enum ConnectType 
  
Public Enum ConnectType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class ConnectType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0NewCreate a new connection for the request.
1ExistingSend request on the existing connection.
2ConditionalIf the current connection does not exist then reconnect.
Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom.AddIn Namespace

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

Leadtools.Dicom.AddIn Assembly

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