2using System.Threading.Tasks;
25 object?
Tag {
get;
set; }
Interface for JSON-RPC client request objects.
Task ReportError(int? ErrorCode, string ErrorMessage)
Called when an error is received for the request.
Task ReportResult(object? Result)
Called when a result is received for the request.
Task Cancel()
Called when the input dialog has been cancelled.
string Message
Message to user.
object? Tag
Property that can be used to store user-defined data associated with the request.