HostParameterDefaults.AsyncExecutionCollection Property

Definition

The asynchronous execution collection.

public:
 property System::Collections::Generic::Dictionary<System::String ^, Microsoft::PowerShell::Activities::PSActivityContext ^> ^ AsyncExecutionCollection { System::Collections::Generic::Dictionary<System::String ^, Microsoft::PowerShell::Activities::PSActivityContext ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, Microsoft::PowerShell::Activities::PSActivityContext ^> ^ value); };
public System.Collections.Generic.Dictionary<string,Microsoft.PowerShell.Activities.PSActivityContext> AsyncExecutionCollection { get; set; }
member this.AsyncExecutionCollection : System.Collections.Generic.Dictionary<string, Microsoft.PowerShell.Activities.PSActivityContext> with get, set
Public Property AsyncExecutionCollection As Dictionary(Of String, PSActivityContext)

Property Value

Applies to