BASS.NET API for the Un4seen BASS Audio Library

StreamingServerFinalize Method

BASS.NET API for the Un4seen BASS Audio Library
Finalization code.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

protected override void Finalize()
Remarks

This destructor will run only if the Dispose method does not get called. It gives your base class the opportunity to finalize. Do not provide destructors in types derived from this class.
See Also

Reference