public Tasks ( int page, int per_page = 30, StatusEnum statusFilter = StatusEnum.All, System.DateTime from_time = null, System.DateTime to_time = null ) : IList |
||
page | int | Zero based page index |
per_page | int | Number of results per page |
statusFilter | StatusEnum | Only lists tasks that match this status filter |
from_time | System.DateTime | Lower bound of the time of the task |
to_time | System.DateTime | Upper bound of the time of the task |
return | IList |