Accusoft.ThumbnailXpress6.Net
IsSynchronized Property (FilterCollection)




Gets an indicator whether synchronized (thread-safe) read-write access to the collection is available.
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsSynchronized As Boolean
'Usage
 
Dim instance As FilterCollection
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();
}
Remarks

Note: This property always returns false.

Use the FilterCollectionEnumerator and its FilterCollectionEnumerator.Lock method to access the FilterCollection in a read-only thread safe manner.

See Also

Reference

FilterCollection Class
FilterCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback