RblFilterDispose Method (Boolean) |
When overridden in a derived class, must release unmananged and optionally managed
resources used by the component.
Namespace: MailBee.AntiSpamAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax protected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
Parameters
- disposing
- Type: SystemBoolean
true to release both managed and unmanaged resources;
false to release only unmanaged resources.
Remarks If the derived class does not use any additional resources, this method
does not need to be overridden. If, however, it's overridden, the developer must also
call
Dispose method of the base class.
See Also