This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
AsyncTask class that can be used to perform async tasks. Attempts to look like the .Net 4 Task class.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public class AsyncTask
Visual Basic (Declaration)Copy imageCopy Code
Public Class AsyncTask

Inheritance Hierarchy

System..::..Object
  Smartsite.Base..::..AsyncTask

See Also

AsyncTask Members
Smartsite.Base Namespace
Advanced