Class CurrentRegions
Inheritance
CurrentRegions
Assembly: Akka.Cluster.Sharding.dll
Syntax
[Serializable]
public sealed class CurrentRegions : IClusterShardingSerializable, IEquatable<CurrentRegions>
Constructors
|
Improve this Doc
View Source
CurrentRegions(IImmutableSet<Address>)
Declaration
public CurrentRegions(IImmutableSet<Address> regions)
Parameters
Type |
Name |
Description |
System.Collections.Immutable.IImmutableSet<Address> |
regions |
TBD
|
Fields
|
Improve this Doc
View Source
Regions
Declaration
public readonly IImmutableSet<Address> Regions
Field Value
Type |
Description |
System.Collections.Immutable.IImmutableSet<Address> |
|
Methods
|
Improve this Doc
View Source
Equals(CurrentRegions)
Declaration
public bool Equals(CurrentRegions other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods