In This Topic
Represents the unique asynchronous application which serve data base on real-time data (topic parameter(s)). This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
Syntax
'Declaration
Public MustInherit Class AsyncApplication
'Usage
Dim instance As AsyncApplication
public abstract class AsyncApplication
Inheritance Hierarchy
System.Object
GrapeCity.CalcEngine.AsyncApplication
See Also