Delegate CompleteCallback

Delegate CompleteCallback

Namespace: Aspose.Imaging.AsyncTask
Assembly: Aspose.Imaging.dll (25.2.0)

Hàm callback để nhận sự kiện hoàn thành tác vụ.

public delegate void CompleteCallback(IAsyncTask task, bool wasCancelled, Exception error)

Tham số

task IAsyncTask

Tác vụ bất đồng bộ.

wasCancelled bool

nếu được đặt thành ```cstrue [đã bị hủy bỏ].

error Exception

Lỗi.

 Tiếng Việt