Kudu.Services.ServiceHookHandlers.CodebaseHqHandler.GetDeployer C# (CSharp) 메소드

GetDeployer() 보호된 메소드

protected GetDeployer ( ) : string
리턴 string
        protected override string GetDeployer()
        {
            return "CodebaseHQ";
        }
    }