Skip to content

e4679e6d d7b1 8532 c529 5653a34dfe69

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

Consumer(TPack).Finalize Method

Ends the consumption of paks without changing the status of the publisher, in the death of the object, if the Dispose method was not used properly.

Namespace: NETLIB
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

Consumer(TPack) Class
NETLIB Namespace
Consumer(TPack).Dispose()
Consumer(TPack).CloseConnection()

Clone this wiki locally