IFileEntitySource.Reset Method

Definition

Reset the provider, so GetNextChunkOfEntitiesAsync(CancellationToken) restart to provide files from scratch. Generally, this action set IsDone to false, but it isn't mandatory.

public void Reset ();
abstract member Reset : unit -> unit
Public Sub Reset ()

Applies to