TestCluster.DeployAsync Method
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.
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