Share via


ReliableStateManagerReplicatorSettings.ReplicatorListenAddress Property

Definition

Gets or sets the address in {ip}:{port} format that this replicator will use to receive information from other replicators. The default value is "localhost:0", which picks a dynamic port number in runtime. {ip} part of the listen address can be obtained from ServiceListenAddress.

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

Property Value

The replicator address.

Applies to