←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.