KeyValueStoreReplica.UpdateReplicatorSettings(ReplicatorSettings) Method
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.
Updates the key/value store replicator with the settings in the specified ReplicatorSettings object.
public void UpdateReplicatorSettings (System.Fabric.ReplicatorSettings settings);
member this.UpdateReplicatorSettings : System.Fabric.ReplicatorSettings -> unit
Public Sub UpdateReplicatorSettings (settings As ReplicatorSettings)
Parameters
- settings
- ReplicatorSettings
The settings used to update the key/value store replicator.