Dela via


IStateReplicator2 Interface

Definition

Exposes replication-related functions of the FabricReplicator class that are used by IStateProvider to replicate state to ensure high availability.

public interface IStateReplicator2 : System.Fabric.IStateReplicator
type IStateReplicator2 = interface
    interface IStateReplicator
Public Interface IStateReplicator2
Implements IStateReplicator
Implements

Methods

GetCopyStream()

Gets copy stream.

(Inherited from IStateReplicator)
GetReplicationStream()

Gets replication stream.

(Inherited from IStateReplicator)
GetReplicatorSettings()

Retrieves the replicator settings during runtime.

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.

(Inherited from IStateReplicator)
UpdateReplicatorSettings(ReplicatorSettings)

Enables modification of replicator settings during runtime. The only setting which can be modified is the security credentials.

(Inherited from IStateReplicator)

Applies to