ReplicatorSettings.ReplicatorPublishAddress Property
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.
Configures the publish address that this replicator will use to send information to other Replicators.
public string ReplicatorPublishAddress { get; set; }
member this.ReplicatorPublishAddress : string with get, set
Public Property ReplicatorPublishAddress As String
Property Value
The publish address that this replicator will use to send information to other Replicators.
Remarks
String is formatted as “hostname:port”, where hostname can be FQDN or IP address. The default value is localhost:0. hostname for publish address can be obtained from ServicePublishAddress