Skip to content

SiloAddress.New(IPEndPoint, int)

New(IPEndPoint, int)

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

Parameters

epIPEndPoint
IP endpoint address of the silo.
genint
Generation number of the silo.

Returns

SiloAddress object initialized with specified address and silo generation.