PrimaryReplicatorStatus.RemoteReplicators Property

Definition

Gets the status of all the secondary replicas that the primary is aware of.

public System.Collections.Generic.IList<System.Fabric.Query.RemoteReplicatorStatus> RemoteReplicators { get; }
member this.RemoteReplicators : System.Collections.Generic.IList<System.Fabric.Query.RemoteReplicatorStatus>
Public ReadOnly Property RemoteReplicators As IList(Of RemoteReplicatorStatus)

Property Value

The list of remote replicators.

Applies to