ServerNotificationsDeleteAsync Method |
IT Hit User File System
Deletes a file or folder from the user file system.
Namespace:
ITHit.FileSystem.Mac
Assembly:
ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
Syntax public Task<OperationResult> DeleteAsync()
Public Function DeleteAsync As Task(Of OperationResult)
public:
virtual Task<OperationResult^>^ DeleteAsync() sealed
abstract DeleteAsync : unit -> Task<OperationResult>
override 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.
Implements
IServerNotificationsDeleteAsyncRemarks Call this method from your remote storage monitor when a file or folder is deleted in the remote storage.
See Also