Cancel()
Cancels the AsyncReadManager.Read operation on this handle.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.IO.LowLevel.Unsafe
- Assembly: UnityEngine.CoreModule
public void Cancel()
Remarks
If the read operation has already begun, the operation still completes. Only operations waiting in the queue can be canceled.