Class EndPointEventArgs
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
Event information related to redis endpoints
public class EndPointEventArgs : EventArgs
- Inheritance
-
EndPointEventArgs
- Inherited Members
Properties
EndPoint
The endpoint involved in this event (this can be null)
public EndPoint EndPoint { get; }