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




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > ArtDataConnection 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 ArtDataConnection
 
instance.Closed()
protected abstract void Closed()
protected: abstract void Closed(); 
protected:
abstract void Closed(); 
See Also

Reference

ArtDataConnection Class
ArtDataConnection Members