Replica Class

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Represents a query replica.

Namespace:   System.Fabric.Query
Assembly:  System.Fabric (in System.Fabric.dll)

Inheritance Hierarchy

System.Object
  System.Fabric.Query.Replica
    System.Fabric.Query.StatefulServiceReplica
    System.Fabric.Query.StatelessServiceInstance

Syntax

[KnownTypeAttribute(typeof(StatefulServiceReplica))]
[KnownTypeAttribute(typeof(StatelessServiceInstance))]
public abstract class Replica

Constructors

Name Description
System_CAPS_protmethod Replica(ServiceKind, Int64, ServiceReplicaStatus, HealthState, String, String, TimeSpan)

Initializes a replica

Properties

Name Description
System_CAPS_pubproperty HealthState

Gets the health state of the replica.

System_CAPS_pubproperty Id

Gets the replica identifier.

System_CAPS_pubproperty LastInBuildDuration

Gets last in build duration.

System_CAPS_protproperty LastInBuildDurationInSeconds

Gets last in build duration in seconds.

System_CAPS_pubproperty NodeName

Gets the node name the replica is running on.

System_CAPS_pubproperty ReplicaAddress

Gets the address the replica is listening on.

System_CAPS_pubproperty ReplicaStatus

Gets the status of the replica.

System_CAPS_pubproperty ServiceKind

Gets the service kind.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Fabric.Query Namespace

Return to top