←Select platform

Timeout Property

Summary

This property specifies how long to wait after issuing a command before timing out.

Syntax

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

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly