Пример #1
0
 /// <inheritdoc cref="UnfollowIndex(IndexName, System.Func{Nest6.UnfollowIndexDescriptor,Nest6.IUnfollowIndexRequest})" />
 public Task <IUnfollowIndexResponse> UnfollowIndexAsync(IUnfollowIndexRequest request, CancellationToken cancellationToken = default) =>
 Dispatcher.DispatchAsync <IUnfollowIndexRequest, UnfollowIndexRequestParameters, UnfollowIndexResponse, IUnfollowIndexResponse>(
     request,
     cancellationToken,
     (p, d, c) => LowLevelDispatch.CcrUnfollowDispatchAsync <UnfollowIndexResponse>(p, c)
     );