Class RetryLoadBalancingPolicyEventArgs
Inheritance
object
EventArgs
RetryLoadBalancingPolicyEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class RetryLoadBalancingPolicyEventArgs : EventArgs
Constructors
RetryLoadBalancingPolicyEventArgs(long)
Declaration
public RetryLoadBalancingPolicyEventArgs(long delayMs)
Parameters
Type | Name | Description |
---|---|---|
long | delayMs |
Fields
Cancel
Declaration
public bool Cancel
Field Value
Type | Description |
---|---|
bool |
Properties
DelayMs
Declaration
public long DelayMs { get; }
Property Value
Type | Description |
---|---|
long |