QueueHandlerBaseTPlaceInputIntoStartNode Method

Places the input (model provided by the Azure Service Bus) into the start node's output ports.

Definition

Namespace: MobileTrack.EventHandler.QueueHandlers
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
protected abstract void PlaceInputIntoStartNode(
	NodeDto startNode,
	T input,
	CompanyDto currentCompany,
	ActionFlowDefinitionDto definition
)

Parameters

startNode  NodeDto
Start node
input  T
Model to inject
currentCompany  CompanyDto
Company we're running the node for (required for first output port)
definition  ActionFlowDefinitionDto
Action flow definition that is being used.

See Also