Timeout Property

Summary

Gets or sets the timeout in seconds. Once the timeout is reached the connection will be terminated.

Syntax
C#
VB
C++
public virtual int Timeout { get; set; } 
  
Public Overridable Property Timeout As Integer 
public: 
virtual property int Timeout { 
   int get(); 
   void set (    int ); 
} 

Property Value

The timeout. The default is 30 seconds.

Example

For an example refer to QueryRetrieveScu.Find

Requirements

Target Platforms

See Also

Reference

DicomScp Class

DicomScp Members

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

Leadtools.Dicom.Scu Assembly