SiloHost.SetPrimaryNodeEndpoint(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 endpoint addresses for the Primary silo (if any). This silo may be Primary, in which case this address should match this silo's inter-silo connection socket address.
public void SetPrimaryNodeEndpoint (System.Net.IPEndPoint endpoint);
member this.SetPrimaryNodeEndpoint : System.Net.IPEndPoint -> unit
Public Sub SetPrimaryNodeEndpoint (endpoint As IPEndPoint)
Parameters
- endpoint
- IPEndPoint
The IP address for the inter-silo connection socket on the Primary silo.