ImageGear .NET v24.12 - Updated
Close Method (MarkupArtDataConnection)




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupArtDataConnection Class : Close 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 Dispose() method. In fact, this method does not need to be virtual; the base class can implement it as a call to Dispose().
Syntax
'Declaration
 
Public Sub Close() 
'Usage
 
Dim instance As MarkupArtDataConnection
 
instance.Close()
public void Close()
public: void Close(); 
public:
void Close(); 
Remarks
See Also

Reference

MarkupArtDataConnection Class
MarkupArtDataConnection Members