RunspacePoolStateChangedEventArgs Class

Definition

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.

Applies to