[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Stellt eine Verbindung zu einen Eingangs-Port her.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public void Connect(
	InPort iP,
	Type typeSelection
)
Visual Basic
Public Sub Connect ( _
	iP As InPort, _
	typeSelection As Type _
)
F#
member Connect : 
        iP:InPort * 
        typeSelection:Type -> unit 

Parameters

iP
Type: DynamicNode.Core..::..InPort
Der Eingangs-Port.
typeSelection
Type: System..::..Type
Der ausgewählte Datentyp für die Verbindung.

See Also