AzureWebFarm.Services.Executable.Executable C# (CSharp) Метод

Executable() публичный Метод

public Executable ( string basePath, string exeName ) : System
basePath string
exeName string
Результат System
        public Executable(string basePath, string exeName)
        {
            _basePath = basePath;
            _exeName = exeName;
        }