dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniBlob Class / Dispose() Method

In This Topic
    Dispose() Method
    In This Topic
    Releases all resources allocated by this object.
    Syntax
    'Declaration
     
    Public Sub Dispose() 
    public void Dispose()
    Remarks

    Use Dispose() to free resources taken by a UniBlob instance, i.e. after performing large data transfer. After disposing UniBlob object call of any method of this object will throw an System.ObjectDisposedException.

    This method is actually the same as Close method.

    See Also