RunspaceProvider.ReadyForDisconnect(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.
Callback to indicate that this runspace been initiated with a pipeline and can be disconnected
public:
virtual void ReadyForDisconnect(System::Management::Automation::Runspaces::Runspace ^ runspace);
public virtual void ReadyForDisconnect (System.Management.Automation.Runspaces.Runspace runspace);
abstract member ReadyForDisconnect : System.Management.Automation.Runspaces.Runspace -> unit
override this.ReadyForDisconnect : System.Management.Automation.Runspaces.Runspace -> unit
Public Overridable Sub ReadyForDisconnect (runspace As Runspace)
Parameters
- runspace
- Runspace
runspace that needs to be marked as ready for disconnect