Spinach.Core.execParallel C# (CSharp) Method

execParallel() public method

public execParallel ( string body, string data, int start, int stop ) : void
body string
data string
start int
stop int
return void
        public void execParallel(string body, string data, int start, int stop)
        {
            if (parallelcore_ != null)
               parallelcore_(body,data,start,stop);
        }