IServerNotificationsUpdateAsync Method |
IT Hit User File System
Updates a file or folder on this virtual drive.
This method automatically hydrates and dehydrates files.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.4.27341.0
Syntax Task<OperationResult> UpdateAsync(
IFileSystemItemMetadata itemInfo
)
Function UpdateAsync (
itemInfo As IFileSystemItemMetadata
) As Task(Of OperationResult)
Task<OperationResult^>^ UpdateAsync(
IFileSystemItemMetadata^ itemInfo
)
abstract UpdateAsync :
itemInfo : IFileSystemItemMetadata -> Task<OperationResult>
Parameters
- itemInfo
- Type: ITHit.FileSystemIFileSystemItemMetadata
New file or folder info.
Return Value
Type:
TaskOperationResultOperation result, indicating if the operation was successfull and how many items was affected. If operation failed contains a reason for the failure.
Remarks Call this method from your remote storage monitor when a file or folder is updated in the remote storage.
This method fails if the file or folder in user file system is modified (not in-sync with the remote storage).
See Also