[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Beendet den Verbindungs-Prozess.
Namespace: DynamicNode.Ext.VisualAssembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Syntax
C# |
---|
void EndConnectingProcess(
IPort p
) |
Visual Basic |
---|
Sub EndConnectingProcess ( _
p As IPort _
) |
F# |
---|
abstract EndConnectingProcess :
p:IPort -> unit
|
Parameters
- p
- Type: DynamicNode.Core..::..IPort
Der Port mit dem die Verbindung
hergestellt werde soll, oder null, wenn
der Prozess abgebrochen werden soll.
See Also