PowerTCP Zip Compression for .NET
SyncRoot Property




Gets an object that can be used to synchronize access to the Archive.
Syntax
<BrowsableAttribute(False)>
Public ReadOnly Property SyncRoot As Object
Dim instance As Archive
Dim value As Object
 
value = instance.SyncRoot
[Browsable(false)]
public object SyncRoot {get;}
[Browsable(false)]
public: __property Object* get_SyncRoot();
[Browsable(false)]
public:
property Object^ SyncRoot {
   Object^ get();
}

Property Value

An object that can be used to synchronize to the Archive.
See Also

Reference

Archive Class
Archive Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic