IPrimaryReplicator Interface

Definition

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

public interface IPrimaryReplicator
type IPrimaryReplicator = interface
Public Interface IPrimaryReplicator
Derived

Methods

BuildReplicaAsync(ReplicaInformation, CancellationToken)

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

OnDataLossAsync(CancellationToken)

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

RemoveReplica(Int64)

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

UpdateCatchUpReplicaSetConfiguration(ReplicaSetConfiguration, ReplicaSetConfiguration)

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

UpdateCurrentReplicaSetConfiguration(ReplicaSetConfiguration)

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

WaitForCatchUpQuorumAsync(ReplicaSetQuorumMode, CancellationToken)

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

Applies to