You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-csharp/algoliasearch/Utils/SearchClientExtensions.cs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -192,11 +192,12 @@ public partial interface ISearchClient
192
192
/// <param name="indexName">The index in which to perform the request.</param>
193
193
/// <param name="objects">The list of `objects` to update in the given Algolia `indexName`.</param>
194
194
/// <param name="createIfNotExists">To be provided if non-existing objects are passed, otherwise, the call will fail.</param>
195
+
/// <param name="waitForTasks">Whether or not we should wait until every `batch` tasks has been processed, this operation may slow the total execution time of this method but is more reliable..</param>
195
196
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
196
197
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
0 commit comments