Accusoft.ThumbnailXpress6.Net
ThreadStartThreshold Property




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

Property Value

An integer value which represents the thread start threshold.
Remarks

ThumbnailXpress adjusts for "extended duration" requests by starting additional retrieval threads if other thumbnails were requested to attempt to keep the control display responsive.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback