SetInterval
IWindowTimers.SetInterval method
Pianifica un timeout per eseguire il gestore ogni timeout millisecondi. Tutti gli argomenti vengono passati direttamente al gestore.
public int SetInterval(object handler, int timeout, params object[] args)
Parametro | Tipo | Descrizione |
---|---|---|
handler | Object | Il conduttore. |
timeout | Int32 | Il timeout. |
args | Object[] | Gli argomenti. |
Valore di ritorno
La maniglia
Guarda anche
- interface IWindowTimers
- spazio dei nomi Aspose.Svg.Window
- assemblea Aspose.SVG