ManageController.Dispose Method (Boolean)

Blog

ManageControllerDispose Method (Boolean)

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

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

Namespace:  Blog.Controllers
Assembly:  Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override void Dispose(
	bool disposing
)
function Dispose(disposing);

Parameters

disposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
Remarks

[Missing <remarks> documentation for "M:Blog.Controllers.ManageController.Dispose(System.Boolean)"]

See Also