# ClusterMembershipUpdate Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.clustermembershipupdate/)

## ClusterMembershipUpdate(ClusterMembershipSnapshot, ImmutableArray&lt;ClusterMember&gt;) {#constructor-orleans-runtime-clustermembershipsnapshot-system-collections-immutab-50bbd8cb}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.clustermembershipupdate/constructors/constructor-orleans-runtime-clustermembershipsnapshot-system-collections-immutab-50bbd8cb/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/MembershipService/ClusterMembershipUpdate.cs#L17-L21)

```csharp
public ClusterMembershipUpdate(ClusterMembershipSnapshot snapshot, ImmutableArray<ClusterMember> changes)
```

Initializes a new instance of the [ClusterMembershipUpdate](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.clustermembershipupdate/) class.

### Parameters

- `snapshot` (`ClusterMembershipSnapshot`): The snapshot.
- `changes` (`ImmutableArray<ClusterMember>`): The changes.
