IT Hit User File System
Operation result.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public readonly IInSyncResultContext Result
Public ReadOnly Result As IInSyncResultContext
public:
initonly IInSyncResultContext^ Result
val Result: IInSyncResultContext
Field Value
Type:
IInSyncResultContextRemarks
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