IServerNotificationsDeleteAsync Method |
IT Hit User File System
Deletes a file or folder from the user file system.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax Task<OperationResult> DeleteAsync()
Function DeleteAsync As Task(Of OperationResult)
Task<OperationResult^>^ DeleteAsync()
abstract DeleteAsync : unit -> Task<OperationResult>
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 deleted in the remote storage.
See Also