ProgressEventHandler
Contenu
[
Cacher
]Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate
public abstract class ProgressEventHandler extends System.MulticastDelegate
Référence de fonction de gestionnaire d’événement de progression
Constructeurs
| Constructeur | Description |
|---|---|
| ProgressEventHandler() |
Méthodes
| Méthode | Description |
|---|---|
| invoke(ProgressEventHandlerInfo info) | Référence de fonction de gestionnaire d’événement de progression |
| beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state) | |
| endInvoke(System.IAsyncResult result) |
ProgressEventHandler()
public ProgressEventHandler()
invoke(ProgressEventHandlerInfo info)
public abstract void invoke(ProgressEventHandlerInfo info)
Référence de fonction de gestionnaire d’événement de progression
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| info | ProgressEventHandlerInfo | Les données du gestionnaire d’événement de progression. |
beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
public final System.IAsyncResult beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| info | ProgressEventHandlerInfo | |
| callback | com.aspose.ms.System.AsyncCallback | |
| state | java.lang.Object |
Returns: com.aspose.ms.System.IAsyncResult
endInvoke(System.IAsyncResult result)
public final void endInvoke(System.IAsyncResult result)
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| résultat | com.aspose.ms.System.IAsyncResult |