Exemplo n.º 1
0
        /** <inheritdoc /> */
        public ICompute Compute(IClusterGroup clusterGroup)
        {
            IgniteArgumentCheck.NotNull(clusterGroup, "clusterGroup");

            return(clusterGroup.Compute());
        }
Exemplo n.º 2
0
 /** <inheritdoc /> */
 public ICompute Compute(IClusterGroup clusterGroup)
 {
     return(clusterGroup.Compute());
 }