InitialSessionState.ThreadOptions Property

Definition

This property determines whether a new thread is created for each invocation of a command.

public:
 property System::Management::Automation::Runspaces::PSThreadOptions ThreadOptions { System::Management::Automation::Runspaces::PSThreadOptions get(); void set(System::Management::Automation::Runspaces::PSThreadOptions value); };
public System.Management.Automation.Runspaces.PSThreadOptions ThreadOptions { get; set; }
member this.ThreadOptions : System.Management.Automation.Runspaces.PSThreadOptions with get, set
Public Property ThreadOptions As PSThreadOptions

Property Value

Applies to