SiloAddress.NewLocalAddress(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.
Factory for creating new SiloAddresses for silo on this machine with specified generation number.
public static Orleans.Runtime.SiloAddress NewLocalAddress (int gen);
static member NewLocalAddress : int -> Orleans.Runtime.SiloAddress
Public Shared Function NewLocalAddress (gen As Integer) As SiloAddress
Parameters
- gen
- Int32
Generation number of the silo.
Returns
SiloAddress object initialized with the non-loopback local IP address and the specified silo generation.