CommitSapTransactionNode
Namespace: Meshmakers.Octo.Communication.Adapters.Sap.Nodes.Load
Node to commit a SAP transaction
public class CommitSapTransactionNode : IPipelineNode
Inheritance Object → CommitSapTransactionNode
Implements IPipelineNode
Constructors
CommitSapTransactionNode(NodeDelegate, ISapService)
Initializes a new instance of the CommitSapTransactionNode class.
public CommitSapTransactionNode(NodeDelegate next, ISapService sapService)
Parameters
next NodeDelegate
The next node delegate in the pipeline.
sapService ISapService
The SAP service instance.
Methods
ProcessObjectAsync(IDataContext, INodeContext)
public Task ProcessObjectAsync(IDataContext dataContext, INodeContext nodeContext)
Parameters
dataContext IDataContext
nodeContext INodeContext