Aria2.JsonRpcClient

Aria2.JsonRpcClient Documentation - Home | Client | Requests | Models | Examples

TellWaiting

Overview

Represents a request to get the list of waiting downloads.


Constructors

TellWaiting(int offset, int num, string[]? keys = null, string? id = null)

Returns a list of waiting downloads.offset specifies the starting index (can be negative) and num specifies the maximum number to return.

https://aria2.github.io/manual/en/html/aria2c.html#aria2.tellWaiting

Parameters:

Returns:

A read-only list of waiting downloads.

Throws:

Aria2Exception Thrown when an aria2 error occurs.


TellWaiting(int offset, int num, Expression<Func<Aria2Status, object?>> keysSelector, string? id = null)

Returns a list of waiting downloads.offset specifies the starting index (can be negative) and num specifies the maximum number to return.

https://aria2.github.io/manual/en/html/aria2c.html#aria2.tellWaiting

Parameters:

Returns:

A read-only list of waiting downloads.

Throws:

Aria2Exception Thrown when an aria2 error occurs.


Top
© lantean-code - Generated on 2025-04-02