Accusoft.ThumbnailXpress6.Net
IsSynchronized Property (ThumbnailItemCollection)




Read only property returning whether synchronized (thread-safe) read-write access to the Collection is available. Will always return false. Use the ThumbnailItemCollectionEnumerator and its Lock method to access the ThumbnailItemCollection in a read-only thread safe manner.
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsSynchronized As Boolean
'Usage
 
Dim instance As ThumbnailItemCollection
Dim value As Boolean
 
value = instance.IsSynchronized
public virtual bool IsSynchronized {get;}
public: __property virtual bool get_IsSynchronized();
public:
virtual property bool IsSynchronized {
   bool get();
}
See Also

Reference

ThumbnailItemCollection Class
ThumbnailItemCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback