Share via


MockAdlsClient.DeleteAsync(String, CancellationToken) Method

Definition

Delete an entry from the internal dictionary

public override System.Threading.Tasks.Task<bool> DeleteAsync (string path, System.Threading.CancellationToken cancelToken = default);
override this.DeleteAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overrides Function DeleteAsync (path As String, Optional cancelToken As CancellationToken = Nothing) As Task(Of Boolean)

Parameters

path
String

Path of the file or directory

cancelToken
CancellationToken

Cancellation token

Returns

Applies to