Compartilhar via


Replica Construtor

Definição

Inicializa um réplica

protected Replica (System.Fabric.Query.ServiceKind serviceKind, long id, System.Fabric.Query.ServiceReplicaStatus replicaStatus, System.Fabric.Health.HealthState healthState, string replicaAddress, string nodeName, TimeSpan lastInBuildDuration);
new System.Fabric.Query.Replica : System.Fabric.Query.ServiceKind * int64 * System.Fabric.Query.ServiceReplicaStatus * System.Fabric.Health.HealthState * string * string * TimeSpan -> System.Fabric.Query.Replica
Protected Sub New (serviceKind As ServiceKind, id As Long, replicaStatus As ServiceReplicaStatus, healthState As HealthState, replicaAddress As String, nodeName As String, lastInBuildDuration As TimeSpan)

Parâmetros

serviceKind
ServiceKind

O tipo do réplica

id
Int64

A ID do réplica

replicaStatus
ServiceReplicaStatus

O status réplica será inicializado com.

healthState
HealthState

O estado de integridade réplica será inicializado com

replicaAddress
String

O endereço com o qual réplica será inicializado.

nodeName
String

O nome do nó réplica será inicializado com

lastInBuildDuration
TimeSpan

O último na duração do build réplica será inicializado com.

Aplica-se a