Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Medical.WebViewer.ExternalControl assembly)

Show in webframe

Timeout Property






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

            

            
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

Error processing SSI file