Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar Namespace / AsynchronousTask Class
Properties Methods


AsynchronousTask Class Members

The following tables list the members exposed by AsynchronousTask.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyTrue if the task is completed and was canceled by the user. False if the task is still executing or was not canceled.  
Public PropertyTrue if the task has completed executing. Check Canceled to determine if it completed successfully or not.  
Public PropertyOptional. Extended information about the result of the task once it is complete.  
Top
Public Methods
 NameDescription
Public MethodExecute the requested delegate asynchronously with the specified arguments.  
Top
See Also