/** <inheritdoc /> */ public ICompute Compute(IClusterGroup clusterGroup) { IgniteArgumentCheck.NotNull(clusterGroup, "clusterGroup"); return(clusterGroup.Compute()); }
/** <inheritdoc /> */ public ICompute Compute(IClusterGroup clusterGroup) { return(clusterGroup.Compute()); }