ReliableStateManagerReplicatorSettings.ReplicatorAddress 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.
Gets or sets the address in {ip}:{port} format that this replicator will use when communicating with other replicators. The default value is "localhost:0", which picks a dynamic port number in runtime. If replicator is running inside a container, you should try setting up ReplicatorListenAddress and ReplicatorPublishAddress.
public string ReplicatorAddress { get; set; }
member this.ReplicatorAddress : string with get, set
Public Property ReplicatorAddress As String
Property Value
The replicator address.