Szerkesztés

Megosztás a következőn keresztül:


SiloHost.SetPrimaryNodeEndpoint(IPEndPoint) Method

Definition

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.

Applies to