ClusterToolsExample.Shared.WorkerManager.GetBatch C# (CSharp) Метод

GetBatch() приватный Метод

private GetBatch ( ) : ClusterToolsExample.Shared.Batch
Результат ClusterToolsExample.Shared.Batch
        private Batch GetBatch()
        {
            return new Batch(random.Next(5) + 5);
        }
    }