Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ReadHandle.Cancel

Declaration

public void Cancel();

Description

Cancels the AsyncReadManager.Read operation on this handle.

If the read operation has already begun, the operation still completes. Only operations waiting in the queue can be canceled.