次の方法で共有


Replica コンストラクター

定義

レプリカを初期化します

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)

パラメーター

serviceKind
ServiceKind

レプリカの種類

id
Int64

レプリカ ID

replicaStatus
ServiceReplicaStatus

状態レプリカは で初期化されます。

healthState
HealthState

正常性状態レプリカは、 で初期化されます

replicaAddress
String

アドレス レプリカは で初期化されます。

nodeName
String

ノード名レプリカは、 で初期化されます

lastInBuildDuration
TimeSpan

ビルド期間の最後のレプリカは、 で初期化されます。

適用対象