示例#1
0
 /// <inheritdoc cref="UnfollowIndex(IndexName, System.Func{Nest6.UnfollowIndexDescriptor,Nest6.IUnfollowIndexRequest})" />
 public IUnfollowIndexResponse UnfollowIndex(IUnfollowIndexRequest request) =>
 Dispatcher.Dispatch <IUnfollowIndexRequest, UnfollowIndexRequestParameters, UnfollowIndexResponse>(
     request,
     (p, d) => LowLevelDispatch.CcrUnfollowDispatch <UnfollowIndexResponse>(p)
     );