ClusterMembershipSnapshot Class
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.
Represents a snapshot of cluster membership.
[System.Serializable]
public sealed class ClusterMembershipSnapshot
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class ClusterMembershipSnapshot
[<System.Serializable>]
type ClusterMembershipSnapshot = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type ClusterMembershipSnapshot = class
Public NotInheritable Class ClusterMembershipSnapshot
- Inheritance
-
ClusterMembershipSnapshot
- Attributes
Cluster |
Initializes a new instance of the ClusterMembershipSnapshot class. |
As |
Returns a ClusterMembershipUpdate which represents this instance. |
Create |
Returns a ClusterMembershipUpdate which represents the change in cluster membership from the provided snapshot to this instance. |
Get |
Gets status of the specified silo. |
To |
Returns a string that represents the current object. |