Click or drag to resize
LogContextDispose Method (Boolean)
Disposes object's log.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 11.0.0
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Determines whether method was called from Dispose or from the destructor
See Also