Interface ISupportCleanup
Interface for the worker host to inform worker model to clean up resources after execution is finished.
Namespace: DNVGL.One.Compute.Core.Worker
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface ISupportCleanup
Methods
View SourceCleanup(IWorkUnit)
Cleans up resources after execution of the specified work unit is finished.
Declaration
void Cleanup(IWorkUnit workUnit)
Parameters
Type | Name | Description |
---|---|---|
IWorkUnit | workUnit | The work unit. |