Runspace.OnAvailabilityChanged(RunspaceAvailabilityEventArgs) 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.
Raises the AvailabilityChanged event.
protected:
abstract void OnAvailabilityChanged(System::Management::Automation::Runspaces::RunspaceAvailabilityEventArgs ^ e);
protected abstract void OnAvailabilityChanged (System.Management.Automation.Runspaces.RunspaceAvailabilityEventArgs e);
abstract member OnAvailabilityChanged : System.Management.Automation.Runspaces.RunspaceAvailabilityEventArgs -> unit
Protected MustOverride Sub OnAvailabilityChanged (e As RunspaceAvailabilityEventArgs)