public abstract class AsyncTaskFunc
extends com.aspose.ms.System.MulticastDelegate
The long operation delegate for the asynchronous task with generic type result.
| Constructor and Description |
|---|
AsyncTaskFunc() |
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(IAsyncTaskState taskState,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
Object |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract Object |
invoke(IAsyncTaskState taskState)
The long operation delegate for the asynchronous task with generic type result.
|
getDelegateId, getInvocationList, op_Equality, op_Inequalitypublic abstract Object invoke(IAsyncTaskState taskState)
The long operation delegate for the asynchronous task with generic type result.
taskState - State of the asynchronous task.public final com.aspose.ms.System.IAsyncResult beginInvoke(IAsyncTaskState taskState, com.aspose.ms.System.AsyncCallback callback, Object state)
public final Object endInvoke(com.aspose.ms.System.IAsyncResult result)
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.