Edit

Share via


SiloAddress.NewLocalAddress(Int32) Method

Definition

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.

Applies to