Esempio n. 1
0
 /// <inheritdoc cref="GetAutoFollowPattern(System.Func{Nest6.GetAutoFollowPatternDescriptor,Nest6.IGetAutoFollowPatternRequest})" />
 public Task <IGetAutoFollowPatternResponse> GetAutoFollowPatternAsync(IGetAutoFollowPatternRequest request, CancellationToken cancellationToken = default) =>
 Dispatcher.DispatchAsync <IGetAutoFollowPatternRequest, GetAutoFollowPatternRequestParameters, GetAutoFollowPatternResponse, IGetAutoFollowPatternResponse>(
     request,
     cancellationToken,
     (p, d, c) => LowLevelDispatch.CcrGetAutoFollowPatternDispatchAsync <GetAutoFollowPatternResponse>(p, c)
     );