Interface IExecutableWorkContainer
Represents a container of WorkItem.
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface IExecutableWorkContainer
Methods
View SourceGetExecutableWork(ISerializationContext)
Gets or sets the executable work.
Declaration
WorkItem GetExecutableWork(ISerializationContext serializationContext = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ISerializationContext | serializationContext | The serialization context. |
Returns
| Type | Description |
|---|---|
| WorkItem | The executable work. |