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

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

Syntax

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

Inheritance Hierarchy

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

See Also