Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.FileData<TObj>.TryRemoveAsync Method

Removes the file (with locking).

Class: YetaWF.Core.IO.FileData<TObj>
Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public Task<bool> TryRemoveAsync();

Return Value

Returns true if the file was removed, false otherwise.

See Also YetaWF.Core.IO.FileData<TObj> ClassYetaWF.Core Overview