EMailSenderNode
Namespace: Meshmakers.Octo.MeshAdapter.Services.Pipeline.Nodes.Load
Pipeline node that sends an email
public class EMailSenderNode : IPipelineNode
Inheritance Object → EMailSenderNode
Implements IPipelineNode
Constructors
EMailSenderNode(NodeDelegate, IMeshEtlContext)
Pipeline node that sends an email
public EMailSenderNode(NodeDelegate next, IMeshEtlContext etlContext)
Parameters
next
NodeDelegate
Next node in the pipeline
etlContext
IMeshEtlContext
The ETL context
Methods
ProcessObjectAsync(IDataContext)
public Task ProcessObjectAsync(IDataContext dataContext)
Parameters
dataContext
IDataContext