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

适用于