Click or drag to resize

EngineWindowsMaxOperationsConcurrentRequests Property

IT Hit User File System
Maximum number of concurrent listing/move/delete operations. Default is MaxValue.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public int MaxOperationsConcurrentRequests { get; set; }

Property Value

Type: Int32
Remarks
The Engine will limit the number of conurrent calls to methods of the IFile and IFolder interfaces if this property is set. This property allows you to limit a number of concurrent requests to the remote storage. It will limit file hydration, folder listing, creation, update, deletion, move, lock and unlock requests to your remote storage.
See Also