Kudu.Services.ServiceHookHandlers.CodebaseHqHandler.GetDeployer C# (CSharp) Метод

GetDeployer() защищенный Метод

protected GetDeployer ( ) : string
Результат string
        protected override string GetDeployer()
        {
            return "CodebaseHQ";
        }
    }