AzureWebFarm.Services.Executable.Executable C# (CSharp) Method

Executable() public method

public Executable ( string basePath, string exeName ) : System
basePath string
exeName string
return System
        public Executable(string basePath, string exeName)
        {
            _basePath = basePath;
            _exeName = exeName;
        }