ReliableStateManagerReplicatorSettings.ReplicatorPublishAddress 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 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.