
Icon | Member | Description |
---|---|---|
![]() | FetchTaskOutput(TaskOutputFilter, Int64) | Retrieves the task outputs that match the specified filter. |
![]() | FetchTaskOutput(TaskOutputFilter) | Retrieves the task outputs that match the specified filter. |
![]() | FetchTaskOutput(UInt64, Int64) | If countMax task responses are ready before the timeout occurs, this method will return with all countMax responses as soon as they are available; otherwise, this method will block for up to timeoutInSeconds seconds and return with the responses that are available at timeout (will be between 0 and countMax responses, inclusive). |
![]() | FetchTaskOutput(UInt64) | Blocks indefinitely until countMax task responses are ready. |