次の方法で共有


EdgeVertex(GrainId, SiloAddress, Boolean) コンストラクター

定義

Orleans.Placement.Repartitioning.Edgeの一方の側を表すデータ構造。

public EdgeVertex (Orleans.Runtime.GrainId id, Orleans.Runtime.SiloAddress silo, bool isMigratable);
new Orleans.Placement.Repartitioning.EdgeVertex : Orleans.Runtime.GrainId * Orleans.Runtime.SiloAddress * bool -> Orleans.Placement.Repartitioning.EdgeVertex
Public Sub New (id As GrainId, silo As SiloAddress, isMigratable As Boolean)

パラメーター

id
GrainId
isMigratable
Boolean

適用対象