◆ getJob() [1/2]
| inline |
Get the status and result of asynchronously running job.
See the createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
| request_ | Request object containing the parameters for the operation. |
Definition at line 40526 of file KineticaFunctions.cs.
◆ getJob() [2/2]
| inline |
Get the status and result of asynchronously running job.
See the createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
| job_id | A unique identifier for the job whose status and result is to be fetched. |
| options | Optional parameters.
|
Definition at line 40575 of file KineticaFunctions.cs.
◆ GetJobAsync() [1/2]
| inline |
Get the status and result of asynchronously running job.
(async)
See the createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 40546 of file KineticaFunctions.cs.
◆ GetJobAsync() [2/2]
| inline |
Get the status and result of asynchronously running job.
(async)
See the createJob for starting an asynchronous job. Some fields of the response are filled only after the submitted job has finished execution.
| job_id | A unique identifier for the job whose status and result is to be fetched. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 40604 of file KineticaFunctions.cs.