Edit

Share via


TestCluster.DeployAsync Method

Definition

Overloads

DeployAsync(IEnumerable<String>)

Deploys the cluster using the specified configuration and starts the client in-process.

DeployAsync()

Deploys the cluster using the specified configuration and starts the client in-process.

DeployAsync(IEnumerable<String>)

Deploys the cluster using the specified configuration and starts the client in-process.

public System.Threading.Tasks.Task DeployAsync (System.Collections.Generic.IEnumerable<string> siloNames);
member this.DeployAsync : seq<string> -> System.Threading.Tasks.Task
Public Function DeployAsync (siloNames As IEnumerable(Of String)) As Task

Parameters

siloNames
IEnumerable<String>

Only deploy the specified silos which must also be present in the Overrides collection.

Returns

Applies to

DeployAsync()

Source:
TestCluster.cs

Deploys the cluster using the specified configuration and starts the client in-process.

public System.Threading.Tasks.Task DeployAsync ();
member this.DeployAsync : unit -> System.Threading.Tasks.Task
Public Function DeployAsync () As Task

Returns

Applies to