Aracılığıyla paylaş


ReplicatorSettings.ReplicatorPublishAddress Property

Definition

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

Applies to