Udostępnij za pośrednictwem


ReliableStateManagerReplicatorSettings.ReplicatorAddress Property

Definition

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.

Applies to