←Select platform

Dispose(bool) Method

Summary

Releases all the resources used by this LeadStream.

Syntax
C#
Python
protected virtual void Dispose( 
   bool disposing 
) 
def Dispose(self, disposing):  

Parameters

disposing

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Remarks

The LeadStream class implements the IDisposable interface, it is recommended that you follow the standard .NET dispose pattern when using the LeadStream class. For more information, refer to the IDisposable interface documentation in MSDN.

Requirements

For .NET Framework: A reference to the Leadtools.Async.dll assembly is required to use this functionality.

For .NET Standard: This functionality is included in the Leadtools.dll assembly.

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.