ProgressEventHandler
محتويات
[
يخفي
]Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate
public abstract class ProgressEventHandler extends System.MulticastDelegate
مرجع دالة معالج حدث التقدم
المنشئات
| المنشئ | الوصف |
|---|---|
| ProgressEventHandler() |
الطرق
| طريقة | الوصف |
|---|---|
| invoke(ProgressEventHandlerInfo info) | مرجع دالة معالج حدث التقدم |
| beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state) | |
| endInvoke(System.IAsyncResult result) |
ProgressEventHandler()
public ProgressEventHandler()
invoke(ProgressEventHandlerInfo info)
public abstract void invoke(ProgressEventHandlerInfo info)
مرجع دالة معالج حدث التقدم
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| info | ProgressEventHandlerInfo | بيانات معالج حدث التقدم. |
beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
public final System.IAsyncResult beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| info | ProgressEventHandlerInfo | |
| استدعاء | com.aspose.ms.System.AsyncCallback | |
| الحالة | java.lang.Object |
Returns: com.aspose.ms.System.IAsyncResult
endInvoke(System.IAsyncResult result)
public final void endInvoke(System.IAsyncResult result)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| النتيجة | com.aspose.ms.System.IAsyncResult |