SiloHost.SetSiloEndpoint(IPEndPoint, 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.
Set the main endpoint address for this silo, plus the silo generation value to be used to distinguish this silo instance from any previous silo instances previously running on this endpoint.
public void SetSiloEndpoint (System.Net.IPEndPoint endpoint, int generation);
member this.SetSiloEndpoint : System.Net.IPEndPoint * int -> unit
Public Sub SetSiloEndpoint (endpoint As IPEndPoint, generation As Integer)
Parameters
- endpoint
- IPEndPoint
IP address and port of the main inter-silo socket connection.
- generation
- Int32
Generation number for this silo.