[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Instanz von RemotePortBase.

Namespace: DynamicNode.Ext.Remoting
Assembly: DNExtRemoting (in DNExtRemoting.dll) Version: 1.0.4679.19834 (1.0.0.0)

Syntax

C#
protected RemotePortBase(
	IPort port
)
Visual Basic
Protected Sub New ( _
	port As IPort _
)
F#
new : 
        port:IPort -> RemotePortBase

Parameters

port
Type: DynamicNode.Core..::..IPort
Ein Anschluss.

See Also