ReliableStateManagerReplicatorSettings.ReplicatorPublishAddress Property

Definition

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

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

Property Value

The replicator address.

Applies to