ClientConfiguration.LocalhostSilo(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ローカル サイロに接続するための 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 オブジェクト