We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3336eec commit 538216bCopy full SHA for 538216b
src/Nest/ConvenienceExtensions/ScrollExtensions.cs
@@ -56,7 +56,7 @@ public static IEmptyResponse ClearScroll(this IElasticClient client, string scro
56
/// <param name="selector">Specify the scroll id as well as request specific configuration</param>
57
public static Task<IEmptyResponse> ClearScrollAsync(this IElasticClient client, string scrollId)
58
{
59
- return client.ClearScroll(s => s.ScrollId(scrollId));
+ return client.ClearScrollAsync(s => s.ScrollId(scrollId));
60
}
61
62
0 commit comments