NodeBaseSetInputPortValue Method

Set a value for the input port.

Definition

Namespace: MobileTrack.EventHandler.NodeHandlers
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
internal void SetInputPortValue(
	Guid portId,
	Object value
)

Parameters

portId  Guid
Port to set the value for
value  Object
Assigned value

Exceptions

ArgumentNullExceptionThrown if value is

See Also