Show / Hide Table of Contents

Interface ISupportFinalization

Can be optionally implemented by a worker to send notification messages after work has been done.

Namespace: DNVGL.One.Compute.Core.Worker
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface ISupportFinalization

Methods

View Source

PostExecuteAsync(Object)

Sends message.

Declaration
Task PostExecuteAsync(object message)
Parameters
Type Name Description
System.Object message

The message that the worker wants to communicate.

Returns
Type Description
Task

Asynchronous .

  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.