IStateReplicator 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.
Exposes replication-related functions of the FabricReplicator class that are used by IStateProvider to replicate state to ensure high availability.
public interface IStateReplicator
type IStateReplicator = interface
Public Interface IStateReplicator
- Derived
Methods
GetCopyStream() |
Gets copy stream. |
GetReplicationStream() |
Gets replication stream. |
ReplicateAsync(OperationData, CancellationToken, Int64) |
Replicates state changes from Primary replica to the Secondary replicas and receives a quorum acknowledgement that those state changes have been applied. |
UpdateReplicatorSettings(ReplicatorSettings) |
Enables modification of replicator settings during runtime. The only setting which can be modified is the security credentials. |
Applies to
Azure SDK for .NET