IItemsChangePosition Property |
IT Hit User File System
Progress position.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax ReadOnly Property Position As Long
Get
property long long Position {
long long get ();
}
abstract Position : int64 with get
Property Value
Type:
Int64Remarks
Used to report progress in
ReadAsync(Stream, Int64, Int64, IFileMetadata, ITransferDataOperationContext, ITransferDataResultContext, CancellationToken),
WriteAsync(IFileMetadata, Stream, IOperationContext, IInSyncResultContext, CancellationToken) and
GetChildrenAsync(String, IOperationContext, IFolderListingResultContext, CancellationToken).
See Also