[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ein Fernsteuerungs-Proxy für einen Eingang.

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

Syntax

C#
public class RemoteInPort : RemotePortBase, 
	IRemoteInPort, IRemotePort
Visual Basic
Public Class RemoteInPort _
	Inherits RemotePortBase _
	Implements IRemoteInPort, IRemotePort
F#
type RemoteInPort =  
    class
        inherit RemotePortBase
        interface IRemoteInPort
        interface IRemotePort
    end

Inheritance Hierarchy

System..::..Object
  DynamicNode.Ext.Remoting..::..RemotePortBase
    DynamicNode.Ext.Remoting..::..RemoteInPort

See Also