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