public async Task FlushAsync()
        {
            await _establishmentIndex.FlushAsync();

            await _groupIndex.FlushAsync();

            await _localAuthorityIndex.FlushAsync();
        }
Exemple #2
0
 public async Task FlushAsync()
 {
     await _providerIndex.FlushAsync();
 }