ApplicationManager.Close Method

Definition

Shuts down all application domains.

public:
 void Close();
public void Close ();
member this.Close : unit -> unit
Public Sub Close ()

Remarks

If a call to the Close method reduces the reference count of applications using the application manager to 0, the Close method calls the ShutdownAll method.

Applies to