Request Dispose Method (Boolean)Bluefin Web Client API Documentation
Releases all object resources and suppresses Garbage Collector call to finalize this object.

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Protected Overridable Sub Dispose ( _
	disposing As Boolean _
)

Parameters

disposing
Type: OnlineSystem Boolean
true, if the object is being disposed by explicit call, not by the destructor.
See Also