IPrimaryReplicator Interface
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.
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
Azure SDK for .NET