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




In This Topic
    Closed Method (ImageDataConnection)
    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 ImageDataConnection
     
    instance.Closed()
    protected abstract void Closed()
    protected: abstract void Closed(); 
    protected:
    abstract void Closed(); 
    See Also