Click or drag to resize

OperationResult Field

IT Hit User File System
Operation result.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public readonly IInSyncResultContext Result

Field Value

Type: IInSyncResultContext
Remarks
Set the result of this operation in your IBatch method implementation by setting the SetInSync property. If the result is not set the operation is considered succesefull.
See Also