Microsoft.VisualStudio.Project.ProjectNode.FlushBuildLoggerContent C# (CSharp) Method

FlushBuildLoggerContent() protected method

Flush any remaining content from build logger. This method is called as part of the callback method passed to the buildsubmission during async build so that results can be printed the the build is fisinshed.
protected FlushBuildLoggerContent ( ) : void
return void
        protected virtual void FlushBuildLoggerContent()
        {
        }
ProjectNode