[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Das Fernsteuer-Objekt für eine DynamicNodes-Anwendung. Dabei kann es sich um eine Entwicklungsumgebung oder einen Anwendungsserver handeln.

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

Syntax

C#
public class ApplicationContextService : MarshalByRefObject
Visual Basic
Public Class ApplicationContextService _
	Inherits MarshalByRefObject
F#
type ApplicationContextService =  
    class
        inherit MarshalByRefObject
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DynamicNode.Remoting..::..ApplicationContextService

See Also