NodeBaseSetOutputPortValue Method

Set a value for the output port.

Definition

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

Parameters

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

See Also