NodeBaseSetOutputPortValue Method

Set a value for the output port.

Definition

Namespace: MobileTrack.EventHandler.NodeHandlers
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
protected void SetOutputPortValue(
	ActionFlowPortType portType,
	Object value
)

Parameters

portType  ActionFlowPortType
Port to set the value for
value  Object
Assigned value

See Also