RunspaceProvider.ReleaseRunspace(Runspace) 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.
Release the runspace once the activity is finished using the same
public:
virtual void ReleaseRunspace(System::Management::Automation::Runspaces::Runspace ^ runspace);
public virtual void ReleaseRunspace (System.Management.Automation.Runspaces.Runspace runspace);
abstract member ReleaseRunspace : System.Management.Automation.Runspaces.Runspace -> unit
override this.ReleaseRunspace : System.Management.Automation.Runspaces.Runspace -> unit
Public Overridable Sub ReleaseRunspace (runspace As Runspace)
Parameters
- runspace
- Runspace
runspace to release