LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

RequestTimeout Property (MedicalWebViewerLoader)






Gets or sets the time-out of the WCF service request.
Syntax
public TimeSpan RequestTimeout {get; set;}
'Declaration
 
Public Property RequestTimeout As TimeSpan
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As TimeSpan
 
instance.RequestTimeout = value
 
value = instance.RequestTimeout
public TimeSpan RequestTimeout {get; set;}
 get_RequestTimeout();
set_RequestTimeout(value);
public:
property TimeSpan RequestTimeout {
   TimeSpan get();
   void set (    TimeSpan value);
}

Property Value

A System.TimeSpan duration which specify how long to wait for the service response before aborting the request.
Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.