LEADTOOLS WebForms and AJAX (Leadtools.Medical.WebViewer.ExternalControl assembly)

Timeout Property

Show in webframe



This property specifies how long to wait after issuing a command before timing out.
Syntax
'Declaration
 
Public Property Timeout As Integer
'Usage
 
Dim instance As MedicalWebViewerExternalController
Dim value As Integer
 
instance.Timeout = value
 
value = instance.Timeout
public int Timeout {get; set;}
public:
property int Timeout {
   int get();
   void set (    int value);
}

Property Value

How long to wait after a command is issued before timing out, in seconds.
Example
For an example, refer to InitApplication.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerExternalController Class
MedicalWebViewerExternalController Members

 

 


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