Пример #1
0
        /** <inheritdoc /> */
        public ICompute Compute(IClusterGroup clusterGroup)
        {
            IgniteArgumentCheck.NotNull(clusterGroup, "clusterGroup");

            return(clusterGroup.Compute());
        }
Пример #2
0
 /** <inheritdoc /> */
 public ICompute Compute(IClusterGroup clusterGroup)
 {
     return(clusterGroup.Compute());
 }