コード例 #1
0
ファイル: Ignite.cs プロジェクト: zhiqinghuang/ignite
        /** <inheritdoc /> */
        public ICompute Compute(IClusterGroup clusterGroup)
        {
            IgniteArgumentCheck.NotNull(clusterGroup, "clusterGroup");

            return(clusterGroup.Compute());
        }
コード例 #2
0
 /** <inheritdoc /> */
 public ICompute Compute(IClusterGroup clusterGroup)
 {
     return(clusterGroup.Compute());
 }