# CandidateConnectedVertex Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/)

## CandidateConnectedVertex(GrainId, long) {#constructor-orleans-runtime-grainid-long-d05eaa4f}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/constructors/constructor-orleans-runtime-grainid-long-d05eaa4f/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Repartitioning/IActivationRepartitionerSystemTarget.cs#L139-L142)

```csharp
public CandidateConnectedVertex(GrainId id, long transferScore)
```

### Parameters

- `id` (`GrainId`)
- `transferScore` (`long`)
