Tungsten
![]() |
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

C#
public void Dispose( Action cleanupAction )
Parameters
- cleanupAction
- Type: SystemAction
The action to call
