Show / Hide Table of Contents

Class DataTransferSpecification

Specifies data to be transferred to or from a worker executing a particular WorkUnit.

Inheritance
System.Object
DataTransferSpecification
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class DataTransferSpecification : object

Properties

View Source

Destination

Gets or sets the destination specification.

Declaration
public DestinationSpecification Destination { get; set; }
Property Value
Type Description
DestinationSpecification

The destination specification.

View Source

Source

Gets or sets the source specification.

Declaration
public SourceSpecification Source { get; set; }
Property Value
Type Description
SourceSpecification

The source specification.

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