Edit

Share via


EdgeVertex(GrainId, SiloAddress, Boolean) Constructor

Definition

Data structure representing one side of a 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)

Parameters

id
GrainId
isMigratable
Boolean

Applies to