Aracılığıyla paylaş


ReplicatorSettings.ReplicatorAddress Property

Definition

Configures the address that this replicator will use when communicating with other Replicators.

public string ReplicatorAddress { get; set; }
member this.ReplicatorAddress : string with get, set
Public Property ReplicatorAddress As String

Property Value

The address that this replicator will use when communicating with other Replicators.

Remarks

String is formatted as “hostname:port”, where hostname can be FQDN or IP address. The default value is localhost:0. If replicator is running inside a container, you should try setting up ReplicatorListenAddress and ReplicatorPublishAddress.

Applies to