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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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