You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I am trying to submit multiple job using
CreatedJobs submittedJob = client.CreateJobs(jobs, CancellationToken.None).Result;
This statements is giving error. it is working for single job only at a time
Hello
I am trying to submit multiple job using
CreatedJobs submittedJob = client.CreateJobs(jobs, CancellationToken.None).Result;
This statements is giving error. it is working for single job only at a time