SiloHost.SetSeedNodeEndpoint(IPEndPoint) 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 seed node endpoint address to be used by silo.
public void SetSeedNodeEndpoint (System.Net.IPEndPoint endpoint);
member this.SetSeedNodeEndpoint : System.Net.IPEndPoint -> unit
Public Sub SetSeedNodeEndpoint (endpoint As IPEndPoint)
Parameters
- endpoint
- IPEndPoint
IP address of the inter-silo connection socket on the seed node silo.