ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupArtDataConnection Class / Closed Method




In This Topic
    Closed Method (MarkupArtDataConnection)
    In This Topic
    Using this method, the derived class would know when to close its connection with the data source.
    Syntax
    'Declaration
     
    Protected MustOverride Sub Closed() 
    'Usage
     
    Dim instance As MarkupArtDataConnection
     
    instance.Closed()
    protected abstract void Closed()
    protected: abstract void Closed(); 
    protected:
    abstract void Closed(); 
    See Also