InvalidRunspacePoolStateException.ExpectedState Property
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.
Expected state of runspace pool by the operation which has thrown this exception.
public:
property System::Management::Automation::Runspaces::RunspacePoolState ExpectedState { System::Management::Automation::Runspaces::RunspacePoolState get(); };
public System.Management.Automation.Runspaces.RunspacePoolState ExpectedState { get; }
member this.ExpectedState : System.Management.Automation.Runspaces.RunspacePoolState
Public ReadOnly Property ExpectedState As RunspacePoolState