ClientConfiguration.LocalhostSilo(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a ClientConfiguration object for connecting to a local silo (for testing).
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
Parameters
- gatewayPort
- Int32
Client gateway TCP port
Returns
ClientConfiguration object that can be passed to GrainClient class for initialization