Microsoft.Azure.WebJobs.Script.WebHost.WebScriptHostManager.OnHostCreated C# (CSharp) Method

OnHostCreated() protected method

protected OnHostCreated ( ) : void
return void
        protected override void OnHostCreated()
        {
            // whenever the host is created (or recreated) we build a cache map of
            // all http function routes
            InitializeHttpFunctions(Instance.Functions);

            base.OnHostCreated();
        }