Class HashSlotMovedEventArgs
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
Contains information about individual hash-slot relocations
public sealed class HashSlotMovedEventArgs : EventArgs
- Inheritance
-
HashSlotMovedEventArgs
- Inherited Members
Properties
HashSlot
The hash-slot that was relocated
public int HashSlot { get; }
Property Value
NewEndPoint
The new endpoint for this hash-slot (if known)
public EndPoint NewEndPoint { get; }
Property Value
OldEndPoint
The old endpoint for this hash-slot (if known)
public EndPoint OldEndPoint { get; }