次の方法で共有


ClientBuilderExtensions.UseLocalhostClustering メソッド

定義

オーバーロード

UseLocalhostClustering(IClientBuilder, Int32, String, String)

localhost 上のサイロに接続するようにクライアントを構成します。

UseLocalhostClustering(IClientBuilder, Int32[], String, String)

localhost 上のサイロに接続するようにクライアントを構成します。

UseLocalhostClustering(IClientBuilder, Int32, String, String)

localhost 上のサイロに接続するようにクライアントを構成します。

public static Orleans.Hosting.IClientBuilder UseLocalhostClustering (this Orleans.Hosting.IClientBuilder builder, int gatewayPort = 30000, string serviceId = "dev", string clusterId = "dev");
static member UseLocalhostClustering : Orleans.Hosting.IClientBuilder * int * string * string -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function UseLocalhostClustering (builder As IClientBuilder, Optional gatewayPort As Integer = 30000, Optional serviceId As String = "dev", Optional clusterId As String = "dev") As IClientBuilder

パラメーター

builder
IClientBuilder

クライアント ビルダー。

gatewayPort
Int32

ローカル サイロのゲートウェイ ポート。

serviceId
String

サービス ID。

clusterId
String

クラスター ID。

戻り値

IClientBuilder

適用対象

UseLocalhostClustering(IClientBuilder, Int32[], String, String)

localhost 上のサイロに接続するようにクライアントを構成します。

public static Orleans.Hosting.IClientBuilder UseLocalhostClustering (this Orleans.Hosting.IClientBuilder builder, int[] gatewayPorts, string serviceId = "dev", string clusterId = "dev");
static member UseLocalhostClustering : Orleans.Hosting.IClientBuilder * int[] * string * string -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function UseLocalhostClustering (builder As IClientBuilder, gatewayPorts As Integer(), Optional serviceId As String = "dev", Optional clusterId As String = "dev") As IClientBuilder

パラメーター

builder
IClientBuilder

クライアント ビルダー。

gatewayPorts
Int32[]

ローカル サイロ ゲートウェイ ポート。

serviceId
String

サービス ID。

clusterId
String

クラスター ID。

戻り値

IClientBuilder

適用対象