IProcessInitializer.Shutdown Method

Definition

Performs shutdown actions. Called when Dllhost.exe is shut down.

public:
 void Shutdown();
public void Shutdown ();
abstract member Shutdown : unit -> unit
Public Sub Shutdown ()

Remarks

Shutdown is not called during a failfast or other catastrophic shutdown events.

Applies to