ILogger.Shutdown Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the build engine to allow loggers to release any resources they may have allocated at initialization time, or during the build.
public:
void Shutdown();
public void Shutdown ();
abstract member Shutdown : unit -> unit
Public Sub Shutdown ()