Show / Hide Table of Contents

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 Source

Cleanup(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.

  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.