ClusterMembershipSnapshot.CreateUpdate(ClusterMembershipSnapshot) Method
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.
Returns a ClusterMembershipUpdate which represents the change in cluster membership from the provided snapshot to this instance.
public Orleans.Runtime.ClusterMembershipUpdate CreateUpdate (Orleans.Runtime.ClusterMembershipSnapshot previous);
member this.CreateUpdate : Orleans.Runtime.ClusterMembershipSnapshot -> Orleans.Runtime.ClusterMembershipUpdate
Public Function CreateUpdate (previous As ClusterMembershipSnapshot) As ClusterMembershipUpdate
Parameters
- previous
- ClusterMembershipSnapshot
Returns
A ClusterMembershipUpdate which represents the change in cluster membership from the provided snapshot to this instance.