HttpRuntime.Close 方法

定義

關閉 HttpRuntime 執行個體。

public:
 static void Close();
public static void Close ();
static member Close : unit -> unit
Public Shared Sub Close ()

備註

當您的程式碼實作自己的裝載環境時,會提供這個方法以供使用。 在一般要求處理過程中,不需要呼叫此方法。

適用於