CmdletProvider.Stop Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by session state when the provider is being removed.
protected:
virtual void Stop();
protected:
virtual void Stop();
virtual void Stop();
protected virtual void Stop ();
abstract member Stop : unit -> unit
override this.Stop : unit -> unit
Protected Overridable Sub Stop ()
Remarks
A provider should override this method to free up any resources that the provider was using.
The default implementation does nothing.