Exemple #1
0
 /// <inheritdoc />
 public Task <IClusterAllocationExplainResponse> ClusterAllocationExplainAsync(IClusterAllocationExplainRequest request,
                                                                               CancellationToken cancellationToken = default(CancellationToken)
                                                                               ) =>
 Dispatcher
 .DispatchAsync <IClusterAllocationExplainRequest, ClusterAllocationExplainRequestParameters, ClusterAllocationExplainResponse,
                 IClusterAllocationExplainResponse>(
     request,
     cancellationToken,
     (p, d, c) => LowLevelDispatch.ClusterAllocationExplainDispatchAsync <ClusterAllocationExplainResponse>(p, d, c)
     );