Shutdown() is guaranteed to be called by MSBuild at the end of the build, after all events have been raised.

Namespace: System.Build.Extensions
Assembly: System.Build.Extensions (in System.Build.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public override void Shutdown()
Visual Basic
Public Overrides Sub Shutdown
Visual C++
public:
virtual void Shutdown() override
F#
abstract Shutdown : unit -> unit 
override Shutdown : unit -> unit 

Implements

ILogger..::..Shutdown()()()()

See Also