Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / AsyncApplication Class
Members


In This Topic
    AsyncApplication Class
    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.
    Syntax
    'Declaration
     
    
    Public MustInherit Class AsyncApplication 
    'Usage
     
    
    Dim instance As AsyncApplication
    public abstract class AsyncApplication 
    Inheritance Hierarchy

    System.Object
       GrapeCity.CalcEngine.AsyncApplication

    See Also