ItemsChangeEventArgsPosition Property |
IT Hit User File System
Progress position.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public long Position { get; }
Public ReadOnly Property Position As Long
Get
public:
virtual property long long Position {
long long get () sealed;
}
abstract Position : int64 with get
override Position : int64 with get
Property Value
Type:
Int64Implements
IItemsChangePositionRemarks
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