Show / Hide Table of Contents

Class TaskInfo

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

Constructors

| Edit this page View Source

TaskInfo()

Declaration
public TaskInfo()

Properties

| Edit this page View Source

CancellationRegistration

Declaration
public CancellationTokenRegistration? CancellationRegistration { get; set; }
Property Value
Type Description
CancellationTokenRegistration?
| Edit this page View Source

RemoveUponCompletion

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

TaskCompletionResult

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

TaskId

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

Type

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