ServiceHostBase.IDisposable.Dispose メソッド
定義
サービス ホストを閉じます。Closes the service host.
virtual void System.IDisposable.Dispose() = IDisposable::Dispose;
void IDisposable.Dispose ();
abstract member System.IDisposable.Dispose : unit -> unit
override this.System.IDisposable.Dispose : unit -> unit
Sub Dispose () Implements IDisposable.Dispose
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、ServiceHostBase のインスタンスが IDisposable インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the ServiceHostBase instance is cast to an IDisposable interface.