←Select platform

TimeoutMilliseconds Property

Summary

Timeout in milliseconds.

Syntax
C#
VB
C++
public int TimeoutMilliseconds {get; set;} 
Public Property TimeoutMilliseconds() As Integer 
   Get 
   Set 
public:  
   property Int32 TimeoutMilliseconds 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

Timeout, in milliseconds, at which point to abort long-running operations. The default value is 0.

Remarks

The default value of 0 means there is no timeout set on long-running operations. Refer to CodecsTimeoutOptions for more information.

Example

For an example, refer to CodecsTimeoutOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly