DllHostInitializer.Shutdown 方法
定义
关闭所有通过调用 Startup 方法启动的 COM+ 服务主机。Shuts down all the COM+ service hosts that were started by calls to the Startup method.
public:
virtual void Shutdown();
public void Shutdown ();
abstract member Shutdown : unit -> unit
override this.Shutdown : unit -> unit
Public Sub Shutdown ()