DeployedStatefulServiceReplica Class

Definition

Represents a deployed stateful service replica.

public sealed class DeployedStatefulServiceReplica : System.Fabric.Query.DeployedServiceReplica
type DeployedStatefulServiceReplica = class
    inherit DeployedServiceReplica
Public NotInheritable Class DeployedStatefulServiceReplica
Inherits DeployedServiceReplica
Inheritance
DeployedStatefulServiceReplica

Constructors

DeployedStatefulServiceReplica()

Initializes a new instance of the DeployedStatefulServiceReplica class.

Properties

Address

The last address returned by the replica in Open or ChangeRole.

(Inherited from DeployedServiceReplica)
CodePackageName

The name of the code package that hosts this replica.

(Inherited from DeployedServiceReplica)
HostProcessId

The host process id.

(Inherited from DeployedServiceReplica)
Partitionid

The partition id for this replia.

(Inherited from DeployedServiceReplica)
ReconfigurationInformation

Gets additional information about the current reconfiguration like previous configuration role, reconfiguration type, reconfiguration phase and reconfiguration start date time.

ReplicaId

Gets the replica ID.

ReplicaRole

Gets the current replica role.

ReplicaStatus

The status of the replica.

(Inherited from DeployedServiceReplica)
ServiceKind

The type of the replica (Stateful or Stateless).

(Inherited from DeployedServiceReplica)
ServiceManifestName

The name of the service package that contains the code package hosting this replica.

(Inherited from DeployedServiceReplica)
ServiceManifestVersion
Obsolete.

The version of the service manifest.

(Inherited from DeployedServiceReplica)
ServiceName

The name of the service.

(Inherited from DeployedServiceReplica)
ServicePackageActivationId

The ActivationId of service package.

(Inherited from DeployedServiceReplica)
ServiceTypeName

The name of the service type.

(Inherited from DeployedServiceReplica)

Applies to