SftpItemCollection.SyncRoot Property
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9083)
SyncRoot
Gets an object that can be used to synchronize access to the collection. Inherited from FileSystemItemCollection.
Declaration
public virtual object SyncRoot { get; }
Property Value
Type | Description |
---|---|
Object | An object that can be used to synchronize access to the collection. |