Disposer.Dispose Method (Action)

Tungsten Suite

DisposerDispose Method (Action)

Calls the action (should contain cleanup code)

Namespace:  W.Threading.Lockers
Assembly:  Tungsten.Threading.Lockers (in Tungsten.Threading.Lockers.dll) Version: 2.0.1
Syntax
C#
public void Dispose(
	Action cleanupAction
)

Parameters

cleanupAction
Type: SystemAction
The action to call
See Also