WindowsFileSystemItemGetUsnAsync Method |
IT Hit User File System
Gets this item USN.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public Task<long> GetUsnAsync()
Public Function GetUsnAsync As Task(Of Long)
public:
Task<long long>^ GetUsnAsync()
member GetUsnAsync : unit -> Task<int64>
Return Value
Type:
TaskInt64File or folder USN.
See Also