Skip to content

SiloAddress.New(IPAddress, int, int)

New(IPAddress, int, int)

static
View source
public static SiloAddress New(IPAddress address, int port, int generation)
Factory for creating new SiloAddresses with specified IP endpoint address and silo generation number.

Parameters

addressIPAddress
IP address of the silo.
portint
Port number
generationint
Generation number of the silo.

Returns

SiloAddress object initialized with specified address and silo generation.