Click or drag to resize

IBatch Interface

IT Hit User File System
Allows processing batch processing of file system operations.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 7.0.22158.0-Beta
Syntax
public interface IBatch

The IBatch type exposes the following members.

Methods
  NameDescription
Public methodCreateAsync
Called when one or more items needs to be created in the remote storage.
Public methodDeleteAsync
Called when one or more items needs to be deleted in the remote storage.
Public methodMoveAsync
Called when one or more items needs to be moved in the remote storage.
Public methodUpdateAsync
Called when one or more items needs to be updated in the remote storage.
Top
Remarks
See Also