| 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: 9.0.29552.0
 Syntax
Syntaxpublic int MaxOperationsConcurrentRequests { get; set; }Public Property MaxOperationsConcurrentRequests As Integer
	Get
	Set
public:
property int MaxOperationsConcurrentRequests {
	int get ();
	void set (int value);
}member MaxOperationsConcurrentRequests : int with get, set
Property Value
Type: 
Int32 Remarks
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
See Also