ImageGear .NET v24.12 - Updated
Dispose() Method




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupArtDataConnection Class : Dispose() Method
This releases the resources held by the connection, effectively closing the connection. Calling this method also closes all open MarkupArtDocumentDataConnection objects that were opened by this one. It is essentially the same as the Close() method.
Syntax
'Declaration
 
Public Sub Dispose() 
'Usage
 
Dim instance As MarkupArtDataConnection
 
instance.Dispose()
public void Dispose()
public: void Dispose(); 
public:
void Dispose(); 
See Also

Reference

MarkupArtDataConnection Class
MarkupArtDataConnection Members