Show / Hide Table of Contents

Delegate OnSessionEnded

A connection session has ended. Everything the node held against that connection - the subscriptions above all - went with it.

Namespace: Xrpl.Client
Assembly: Xrpl.dll
Syntax
public delegate Task OnSessionEnded(SessionEndReason reason, string description)
Parameters
Type Name Description
SessionEndReason reason

What ended the session.

string description

Human-readable detail, for logs.

Returns
Type Description
Task A connection session has ended. Everything the node held against that connection - the subscriptions above all - went with it.
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX