Exemple #1
0
 /// <inheritdoc />
 public IClusterAllocationExplainResponse ClusterAllocationExplain(IClusterAllocationExplainRequest request) =>
 Dispatcher.Dispatch <IClusterAllocationExplainRequest, ClusterAllocationExplainRequestParameters, ClusterAllocationExplainResponse>(
     request,
     (p, d) => LowLevelDispatch.ClusterAllocationExplainDispatch <ClusterAllocationExplainResponse>(p, d)
     );