Пример #1
0
 /// <inheritdoc cref="PauseFollowIndex(IndexName, System.Func{Nest6.PauseFollowIndexDescriptor,Nest6.IPauseFollowIndexRequest})" />
 public Task <IPauseFollowIndexResponse> PauseFollowIndexAsync(IPauseFollowIndexRequest request, CancellationToken cancellationToken = default) =>
 Dispatcher.DispatchAsync <IPauseFollowIndexRequest, PauseFollowIndexRequestParameters, PauseFollowIndexResponse, IPauseFollowIndexResponse>(
     request,
     cancellationToken,
     (p, d, c) => LowLevelDispatch.CcrPauseFollowDispatchAsync <PauseFollowIndexResponse>(p, c)
     );