ScopeDispose Method (Boolean)

Simple Injector
Releases all instances that are cached by the Scope object.

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
False when only unmanaged resources should be released.
See Also

Reference