共用方式為


TestCluster.Deploy 方法

定義

多載

Deploy()

使用指定的組態部署叢集,並啟動用戶端進程。 它會啟動 中 InitialSilosCount 定義的定址接收器數目。

Deploy(IEnumerable<String>)

使用指定的組態部署叢集,並啟動用戶端進程。

Deploy()

來源:
TestCluster.cs

使用指定的組態部署叢集,並啟動用戶端進程。 它會啟動 中 InitialSilosCount 定義的定址接收器數目。

public void Deploy ();
member this.Deploy : unit -> unit
Public Sub Deploy ()

適用於

Deploy(IEnumerable<String>)

使用指定的組態部署叢集,並啟動用戶端進程。

public void Deploy (System.Collections.Generic.IEnumerable<string> siloNames);
member this.Deploy : seq<string> -> unit
Public Sub Deploy (siloNames As IEnumerable(Of String))

參數

siloNames
IEnumerable<String>

只部署必須同時存在於集合中的 Overrides 指定定址接收器。

適用於