ISAPIRuntime.IRegisteredObject.Stop(Boolean) 方法

定義

需要註冊物件以移除註冊。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

 virtual void System.Web.Hosting.IRegisteredObject.Stop(bool immediate) = System::Web::Hosting::IRegisteredObject::Stop;
void IRegisteredObject.Stop (bool immediate);
abstract member System.Web.Hosting.IRegisteredObject.Stop : bool -> unit
override this.System.Web.Hosting.IRegisteredObject.Stop : bool -> unit
Sub Stop (immediate As Boolean) Implements IRegisteredObject.Stop

參數

immediate
Boolean

true,表示應在傳回註冊物件之前先將其從裝載環境中移除註冊,否則為 false

實作

適用於