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. |