CefEndTracingCallback Dispose Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Releases the unmanaged resources used by the CefEndTracingCallback and optionally releases the managed resources

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: OnlineSystem Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also