다음을 통해 공유


ClientBuilderExtensions.UseLocalhostClustering 메서드

정의

오버로드

UseLocalhostClustering(IClientBuilder, Int32, String, String)

localhost의 사일로에 연결하도록 클라이언트를 구성합니다.

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

localhost의 사일로에 연결하도록 클라이언트를 구성합니다.

UseLocalhostClustering(IClientBuilder, Int32, String, String)

Source:
ClientBuilderExtensions.cs

localhost의 사일로에 연결하도록 클라이언트를 구성합니다.

public static Orleans.IClientBuilder UseLocalhostClustering (this Orleans.IClientBuilder builder, int gatewayPort = 30000, string serviceId = "dev", string clusterId = "dev");
static member UseLocalhostClustering : Orleans.IClientBuilder * int * string * string -> Orleans.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)

Source:
ClientBuilderExtensions.cs

localhost의 사일로에 연결하도록 클라이언트를 구성합니다.

public static Orleans.IClientBuilder UseLocalhostClustering (this Orleans.IClientBuilder builder, int[] gatewayPorts, string serviceId = "dev", string clusterId = "dev");
static member UseLocalhostClustering : Orleans.IClientBuilder * int[] * string * string -> Orleans.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입니다.

반환

적용 대상