Class TaskInfo
Inheritance
object
TaskInfo
Assembly: Xrpl.dll
Syntax
Constructors
|
Edit this page
View Source
TaskInfo()
Declaration
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
|
Edit this page
View Source
TaskCompletionResult
Declaration
public object TaskCompletionResult { get; set; }
Property Value
|
Edit this page
View Source
TaskId
Declaration
public Guid TaskId { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
public Type Type { get; set; }
Property Value