Skip to content

0b305a96 45ec b362 2b38 81503139afc8

Axel Kesseler edited this page Mar 1, 2023 · 4 revisions

MailLoggerBase.Dispose Method (Boolean)

This method actually does the object disposal.

Namespace: Plexdata.LogWriter.Logging
Assembly: Plexdata.LogWriter.Mail (in Plexdata.LogWriter.Mail.dll) Version: 1.0.7.1

Syntax

C#

protected virtual void Dispose(
	bool disposing
)

Parameters

 

disposing
Type: System.Boolean
True to dispose all managed resources and false to dispose only unmanaged resources.

Remarks

This method detaches from the event handler and marks this object as disposed.

See Also

Reference

MailLoggerBase Class
Dispose Overload
Plexdata.LogWriter.Logging Namespace

Clone this wiki locally