com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class TemplateRoutine

  • java.lang.Object
    • com.aspose.ms.System.Delegate
      • com.aspose.ms.System.MulticastDelegate
        • com.aspose.email.TemplateRoutine


  • public abstract class TemplateRoutine
    extends com.aspose.ms.System.MulticastDelegate

    Represents the routine used in the template file.

    • Constructor Summary

      Constructors 
      Constructor and Description
      TemplateRoutine() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      com.aspose.ms.System.IAsyncResult beginInvoke(Object[] args, com.aspose.ms.System.AsyncCallback callback, Object state) 
      Object endInvoke(com.aspose.ms.System.IAsyncResult result) 
      abstract Object invoke(Object[] args) 
      • Methods inherited from class com.aspose.ms.System.MulticastDelegate

        combineImpl, getDelegateId, getInvocationList, op_Equality, op_Inequality, removeImpl
      • Methods inherited from class com.aspose.ms.System.Delegate

        combine, combine, op_Equality, op_Inequality, peekOutRefParam, peekResult, pushOutRefParams, pushResult, remove, removeAll, setException, throwException
    • Constructor Detail

      • TemplateRoutine

        public TemplateRoutine()
    • Method Detail

      • beginInvoke

        public final com.aspose.ms.System.IAsyncResult beginInvoke(Object[] args,
                                                    com.aspose.ms.System.AsyncCallback callback,
                                                    Object state)
      • endInvoke

        public final Object endInvoke(com.aspose.ms.System.IAsyncResult result)