Accusoft.ThumbnailXpress6.Net
ThreadHungThreshold Property




Gets and sets the elapsed time threshold (in milliseconds) beyond which a request to obtain a thumbnail should be abandoned.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ThreadHungThreshold As Integer
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Integer
 
instance.ThreadHungThreshold = value
 
value = instance.ThreadHungThreshold
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public int ThreadHungThreshold {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property int get_ThreadHungThreshold();
public: __property void set_ThreadHungThreshold( 
   int value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property int ThreadHungThreshold {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the thread hung threshold.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback