HttpRuntime.Close 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
關閉 HttpRuntime 執行個體。
public:
static void Close();
public static void Close ();
static member Close : unit -> unit
Public Shared Sub Close ()
備註
當您的程式碼實作自己的裝載環境時,會提供這個方法以供使用。 在一般要求處理過程中,不需要呼叫此方法。