RunspacePoolStateChangedEventArgs Class
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.
Event arguments passed to runspacepool state change handlers StateChanged event.
public ref class RunspacePoolStateChangedEventArgs sealed : EventArgs
public sealed class RunspacePoolStateChangedEventArgs : EventArgs
type RunspacePoolStateChangedEventArgs = class
inherit EventArgs
Public NotInheritable Class RunspacePoolStateChangedEventArgs
Inherits EventArgs
- Inheritance
-
RunspacePoolStateChangedEventArgs
Properties
RunspacePoolStateInfo |
Gets the stateinfo of RunspacePool when this event occurred. |