Skip to content

44e89243 dca7 e8b4 2b03 ab5e9274cd4c

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

TCPListenerHandler.Finalize Method

Release resources in the death of the object if the Dispose() method was not used properly.

Namespace: NETLIB.TCP.Server
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

protected override void Finalize()

VB

Protected Overrides Sub Finalize

C++

protected:
virtual void Finalize() override

F#

abstract Finalize : unit -> unit 
override Finalize : unit -> unit 

Implements

Object.Finalize()

See Also

Reference

TCPListenerHandler Class
NETLIB.TCP.Server Namespace

Clone this wiki locally