ClientBuilderExtensions.UseLocalhostClustering メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。
戻り値
適用対象
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。