In This Topic
Represents an asynchronous topic. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
Syntax
'Declaration
Public MustInherit Class AsyncTopic
'Usage
Dim instance As AsyncTopic
public abstract class AsyncTopic
Inheritance Hierarchy
System.Object
GrapeCity.CalcEngine.AsyncTopic
See Also