FabricReplicator.IPrimaryReplicator.UpdateCurrentReplicaSetConfiguration Method

Definition

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

void IPrimaryReplicator.UpdateCurrentReplicaSetConfiguration (System.Fabric.ReplicaSetConfiguration currentConfiguration);
abstract member System.Fabric.IPrimaryReplicator.UpdateCurrentReplicaSetConfiguration : System.Fabric.ReplicaSetConfiguration -> unit
override this.System.Fabric.IPrimaryReplicator.UpdateCurrentReplicaSetConfiguration : System.Fabric.ReplicaSetConfiguration -> unit
Sub UpdateCurrentReplicaSetConfiguration (currentConfiguration As ReplicaSetConfiguration) Implements IPrimaryReplicator.UpdateCurrentReplicaSetConfiguration

Parameters

currentConfiguration
ReplicaSetConfiguration

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Implements

Remarks

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Applies to