EdgeVertex(GrainId, SiloAddress, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- silo
- SiloAddress
- isMigratable
- Boolean