Interface IQueueTask

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void run()
      Method to be called by queue processor in order to process queue item.
    • Method Detail