You can use this handle to query the status of an asynchronous read operation. Note: To avoid a memory leak, you must call Dispose.
JobHandle | JobHandle that completes when the read operation completes. |
Status | Current state of the read operation. |
Dispose | Disposes the ReadHandle. Use this to free up internal resources for reuse. |
GetBytesRead | Returns the total number of bytes read by all the ReadCommand operations the asynchronous file read request. |
IsValid | Check if the ReadHandle is valid. |