/// <inheritdoc /> public Task <Microsoft.VisualStudio.Services.Content.Common.IAsyncEnumerator <IEnumerable <DropItem> > > ListStreamedAsync( string dropNamePrefix, PathOptions pathOptions, CancellationToken cancellationToken, DropItemFilterOptions filterOptions, DropItemPaginationOptions paginationOptions = null) { return(RetryAsync( nameof(IDropServiceClient.ListStreamedAsync), (client, ct) => client.ListStreamedAsync(dropNamePrefix, pathOptions, ct, filterOptions, paginationOptions), cancellationToken)); }
Task <Microsoft.VisualStudio.Services.Content.Common.IAsyncEnumerator <IEnumerable <DropItem> > > IDropServiceClient.ListStreamedAsync(string dropNamePrefix, PathOptions pathOptions, CancellationToken cancellationToken, DropItemFilterOptions filterOptions, DropItemPaginationOptions paginationOptions) { throw new NotImplementedException(); }