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 SourcePostExecuteAsync(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 |