IReplicator Interface

Definition

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

public interface IReplicator : System.Fabric.IPrimaryReplicator
type IReplicator = interface
    interface IPrimaryReplicator
Public Interface IReplicator
Implements IPrimaryReplicator
Derived
Implements

Methods

Abort()

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

BuildReplicaAsync(ReplicaInformation, CancellationToken)

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

(Inherited from IPrimaryReplicator)
ChangeRoleAsync(Epoch, ReplicaRole, CancellationToken)

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

CloseAsync(CancellationToken)

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

GetCatchUpCapability()

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

GetCurrentProgress()

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.

(Inherited from IPrimaryReplicator)
OpenAsync(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.

(Inherited from IPrimaryReplicator)
UpdateCatchUpReplicaSetConfiguration(ReplicaSetConfiguration, ReplicaSetConfiguration)

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

(Inherited from IPrimaryReplicator)
UpdateCurrentReplicaSetConfiguration(ReplicaSetConfiguration)

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

(Inherited from IPrimaryReplicator)
UpdateEpochAsync(Epoch, CancellationToken)

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.

(Inherited from IPrimaryReplicator)

Applies to