LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

RequestTimeout Property (MedicalWebViewerLoader)

Show in webframe



Gets or sets the time-out of the WCF service request.
Syntax
'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;}
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

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.