ProgressEventHandler
Contenuti
[
Nascondere
]Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate
public abstract class ProgressEventHandler extends System.MulticastDelegate
Riferimento alla funzione gestore dell’evento di progresso
Costruttori
| Costruttore | Descrizione |
|---|---|
| ProgressEventHandler() |
Metodi
| Metodo | Descrizione |
|---|---|
| invoke(ProgressEventHandlerInfo info) | Riferimento alla funzione gestore dell’evento di progresso |
| beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state) | |
| endInvoke(System.IAsyncResult result) |
ProgressEventHandler()
public ProgressEventHandler()
invoke(ProgressEventHandlerInfo info)
public abstract void invoke(ProgressEventHandlerInfo info)
Riferimento alla funzione gestore dell’evento di progresso
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| info | ProgressEventHandlerInfo | I dati del gestore dell’evento di avanzamento. |
beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
public final System.IAsyncResult beginInvoke(ProgressEventHandlerInfo info, System.AsyncCallback callback, Object state)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| info | ProgressEventHandlerInfo | |
| callback | com.aspose.ms.System.AsyncCallback | |
| stato | java.lang.Object |
Returns: com.aspose.ms.System.IAsyncResult
endInvoke(System.IAsyncResult result)
public final void endInvoke(System.IAsyncResult result)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| risultato | com.aspose.ms.System.IAsyncResult |