Click or drag to resize

WindowsServiceInstallerDispose Method

Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources.

Namespace:  Cauldron.WindowsService
Assembly:  Cauldron.Win32.WindowsService (in Cauldron.Win32.WindowsService.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also