Exemple #1
0
 /// <inheritdoc cref="CreateAutoFollowPattern(Name, System.Func{Nest6.CreateAutoFollowPatternDescriptor,Nest6.ICreateAutoFollowPatternRequest})" />
 public Task <ICreateAutoFollowPatternResponse> CreateAutoFollowPatternAsync(ICreateAutoFollowPatternRequest request, CancellationToken cancellationToken = default) =>
 Dispatcher.DispatchAsync <ICreateAutoFollowPatternRequest, CreateAutoFollowPatternRequestParameters, CreateAutoFollowPatternResponse, ICreateAutoFollowPatternResponse>(
     request,
     cancellationToken,
     (p, d, c) => LowLevelDispatch.CcrPutAutoFollowPatternDispatchAsync <CreateAutoFollowPatternResponse>(p, d, c)
     );