CmdletProvider.Stop
Method
Definition
Called by session state when the provider is being removed.
protected virtual void Stop ();
Remarks
A provider should override this method to free up any resources that the provider
was using.
The default implementation does nothing.