ImageGear .NET v24.12 - Updated
Closed Method (ImageDataConnection)




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > ImageDataConnection Class : Closed Method
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

Reference

ImageDataConnection Class
ImageDataConnection Members