Esempio n. 1
0
 /// <inheritdoc />
 public Task <CatResponse <CatPendingTasksRecord> > CatPendingTasksAsync(ICatPendingTasksRequest request,
                                                                         CancellationToken ct = default
                                                                         ) =>
 DoCatAsync <ICatPendingTasksRequest, CatPendingTasksRequestParameters, CatPendingTasksRecord>(request, ct);
 public static Task <CatResponse <CatPendingTasksRecord> > CatPendingTasksAsync(this IElasticClient client, ICatPendingTasksRequest request,
                                                                                CancellationToken ct = default
                                                                                )
 => client.Cat.PendingTasksAsync(request, ct);
Esempio n. 3
0
 /// <inheritdoc />
 public CatResponse <CatPendingTasksRecord> CatPendingTasks(ICatPendingTasksRequest request) =>
 DoCat <ICatPendingTasksRequest, CatPendingTasksRequestParameters, CatPendingTasksRecord>(request);
 /// <inheritdoc/>
 public Task <ICatResponse <CatPendingTasksRecord> > CatPendingTasksAsync(ICatPendingTasksRequest request) =>
 this.DoCatAsync <ICatPendingTasksRequest, CatPendingTasksRequestParameters, CatPendingTasksRecord>(request, this.LowLevelDispatch.CatPendingTasksDispatchAsync <CatResponse <CatPendingTasksRecord> >);
 public static CatResponse <CatPendingTasksRecord> CatPendingTasks(this IElasticClient client, ICatPendingTasksRequest request)
 => client.Cat.PendingTasks(request);
Esempio n. 6
0
 /// <inheritdoc />
 public Task <ICatResponse <CatPendingTasksRecord> > CatPendingTasksAsync(ICatPendingTasksRequest request,
                                                                          CancellationToken cancellationToken = default(CancellationToken)
                                                                          ) =>
 DoCatAsync <ICatPendingTasksRequest, CatPendingTasksRequestParameters, CatPendingTasksRecord>(request, cancellationToken,
                                                                                               LowLevelDispatch.CatPendingTasksDispatchAsync <CatResponse <CatPendingTasksRecord> >);
 /// <inheritdoc/>
 public ICatResponse <CatPendingTasksRecord> CatPendingTasks(ICatPendingTasksRequest request) =>
 this.DoCat <ICatPendingTasksRequest, CatPendingTasksRequestParameters, CatPendingTasksRecord>(request, this.LowLevelDispatch.CatPendingTasksDispatch <CatResponse <CatPendingTasksRecord> >);
Esempio n. 8
0
 public Task <ICatResponse <CatPendingTasksRecord> > CatPendingTasksAsync(ICatPendingTasksRequest request)
 {
     return(this.DoCatAsync <ICatPendingTasksRequest, CatPendingTasksRequestParameters, CatPendingTasksRecord>(request, this.RawDispatch.CatPendingTasksDispatchAsync <CatResponse <CatPendingTasksRecord> >));
 }
Esempio n. 9
0
 public ICatResponse <CatPendingTasksRecord> CatPendingTasks(ICatPendingTasksRequest request)
 {
     return(this.DoCat <ICatPendingTasksRequest, CatPendingTasksRequestParameters, CatPendingTasksRecord>(request, this.RawDispatch.CatPendingTasksDispatch <CatResponse <CatPendingTasksRecord> >));
 }
		/// <inheritdoc/>
		public Task<ICatResponse<CatPendingTasksRecord>> CatPendingTasksAsync(ICatPendingTasksRequest request, CancellationToken cancellationToken = default(CancellationToken)) =>
			this.DoCatAsync<ICatPendingTasksRequest, CatPendingTasksRequestParameters, CatPendingTasksRecord>(request, cancellationToken, this.LowLevelDispatch.CatPendingTasksDispatchAsync<CatResponse<CatPendingTasksRecord>>);
		/// <inheritdoc/>
		public ICatResponse<CatPendingTasksRecord> CatPendingTasks(ICatPendingTasksRequest request) =>
			this.DoCat<ICatPendingTasksRequest, CatPendingTasksRequestParameters, CatPendingTasksRecord>(request, this.LowLevelDispatch.CatPendingTasksDispatch<CatResponse<CatPendingTasksRecord>>);
		/// <inheritdoc/>
		public Task<ICatResponse<CatPendingTasksRecord>> CatPendingTasksAsync(ICatPendingTasksRequest request) =>
			this.DoCatAsync<ICatPendingTasksRequest, CatPendingTasksRequestParameters, CatPendingTasksRecord>(request, this.LowLevelDispatch.CatPendingTasksDispatchAsync<CatResponse<CatPendingTasksRecord>>);