Esempio n. 1
0
 /// <inheritdoc cref="GetAutoFollowPattern(System.Func{Nest6.GetAutoFollowPatternDescriptor,Nest6.IGetAutoFollowPatternRequest})" />
 public IGetAutoFollowPatternResponse GetAutoFollowPattern(IGetAutoFollowPatternRequest request) =>
 Dispatcher.Dispatch <IGetAutoFollowPatternRequest, GetAutoFollowPatternRequestParameters, GetAutoFollowPatternResponse>(
     request,
     (p, d) => LowLevelDispatch.CcrGetAutoFollowPatternDispatch <GetAutoFollowPatternResponse>(p)
     );