Share via


ClientConfiguration.LocalhostSilo(Int32) メソッド

定義

ローカル サイロに接続するための ClientConfiguration オブジェクトを返します (テスト用)。

public static Orleans.Runtime.Configuration.ClientConfiguration LocalhostSilo (int gatewayPort = 40000);
static member LocalhostSilo : int -> Orleans.Runtime.Configuration.ClientConfiguration
Public Shared Function LocalhostSilo (Optional gatewayPort As Integer = 40000) As ClientConfiguration

パラメーター

gatewayPort
Int32

クライアント ゲートウェイの TCP ポート

戻り値

初期化のために GrainClient クラスに渡すことができる ClientConfiguration オブジェクト

適用対象