ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupArtDocumentDataConnection Class / Dispose() Method




In This Topic
    Dispose() Method
    In This Topic
    This closes the connection to a document. The base class also calls MarkupArtDataConnection.DocumentConnectionClosed() to indicate that the document is now closed.
    Syntax
    'Declaration
     
    Public Sub Dispose() 
    'Usage
     
    Dim instance As MarkupArtDocumentDataConnection
     
    instance.Dispose()
    public void Dispose()
    public: void Dispose(); 
    public:
    void Dispose(); 
    Remarks
    For a SQL provider, this does nothing.
    See Also