ClusterToolsExample.Shared.WorkerManager.GetBatch C# (CSharp) Method

GetBatch() private method

private GetBatch ( ) : ClusterToolsExample.Shared.Batch
return ClusterToolsExample.Shared.Batch
        private Batch GetBatch()
        {
            return new Batch(random.Next(5) + 5);
        }
    }