Click or drag to resize

AutofacInstanceContextDispose Method (Boolean)

Handles disposal of managed and unmanaged resources.

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
to dispose of managed resources (during a manual execution of Dispose); or if this is getting run as part of finalization where managed resources may have already been cleaned up.
See Also