Show / Hide Table of Contents

Class ReconnectInfo

Inheritance
object
ReconnectInfo
Namespace: Xrpl.Client
Assembly: Xrpl.dll
Syntax
public class ReconnectInfo

Properties

| Edit this page View Source

CurrentAttempt

Declaration
public int CurrentAttempt { get; set; }
Property Value
Type Description
int
| Edit this page View Source

MaxAttempts

Declaration
public int MaxAttempts { get; set; }
Property Value
Type Description
int
| Edit this page View Source

RemainingDelay

Declaration
public TimeSpan RemainingDelay { get; set; }
Property Value
Type Description
TimeSpan
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX